#996BFC

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

Shades of Light Slate Blue #996BFC

Tints of Light Slate Blue #996BFC

Color information

#996BFC (or 0x996BFC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6B and FC. RGB value is (153,107,252). Sum of RGB (Red+Green+Blue) = 153+107+252=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #996BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFC is #669403. Grayscale: #888888. Windows color (decimal): -6722564 or 16542617. OLE color: 16542617.

HSL color Cylindrical-coordinate representation of color #996BFC: hue angle of 259.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996BFC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153107252-
CMYK0.390.5800.01
HSL259.03º96.03%70.39%-
HSV(B)259.03º57.54%98.82%-
XYZ35.9724.3294.89-
YUV137.28192.74139.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 107 (42.19% from 255) = 20.90%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=29.88%
G=20.90%
B=49.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531072520.390.5800.01259.0396.0370.39
Hex996BFC273A011036046
Octal231153374477201403140106
Binary100110011101011111111001001111110100110000001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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