#996BFA

Color #996BFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #996BFA

Tints of Light Slate Blue #996BFA

Color information

#996BFA (or 0x996BFA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6B and FA. RGB value is (153,107,250). Sum of RGB (Red+Green+Blue) = 153+107+250=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #996BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFA is #669405. Grayscale: #888888. Windows color (decimal): -6722566 or 16411545. OLE color: 16411545.

HSL color Cylindrical-coordinate representation of color #996BFA: hue angle of 259.3º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996BFA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153107250-
CMYK0.390.5700.02
HSL259.3º93.46%70%-
HSV(B)259.3º57.2%98.04%-
XYZ35.6524.1993.23-
YUV137.06191.74139.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=30%
G=20.98%
B=49.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531072500.390.5700.02259.393.4670
Hex996BFA2739021035d46
Octal231153372477102403135106
Binary1001100111010111111101010011111100101010000001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996BFA; }

 p { color: rgb(153,107,250); }

 H1.HeaderClassName
 {
   color: #996BFA;
 }
 .AnyTagClassName
 {
   color: #996BFA;
 }
</style>
background-color css

<style>
 a { background-color: #996BFA; }

 a { background-color: rgb(153,107,250); }

 div.DivClassName
 {
   background-color: #996BFA;
 }
 .BgClassName
 {
   background-color: #996BFA;
 }
</style>
border-color css

<style>
 span { border-color: #996BFA; }

 span { border-color: rgb(153,107,250); }

 td.TdClassName
 {
   border-color: #996BFA;
 }
 .TagClassName
 {
   border-color: #996BFA;
 }
</style>