#996CFD

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

Shades of Light Slate Blue #996CFD

Tints of Light Slate Blue #996CFD

Color information

#996CFD (or 0x996CFD) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6C and FD. RGB value is (153,108,253). Sum of RGB (Red+Green+Blue) = 153+108+253=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #996CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CFD is #669302. Grayscale: #898989. Windows color (decimal): -6722307 or 16608409. OLE color: 16608409.

HSL color Cylindrical-coordinate representation of color #996CFD: hue angle of 258.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996CFD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153108253-
CMYK0.400.5700.01
HSL258.62º97.32%70.78%-
HSV(B)258.62º57.31%99.22%-
XYZ36.2324.5995.77-
YUV137.99192.91138.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 108 (42.58% from 255) = 21.01%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=29.77%
G=21.01%
B=49.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531082530.400.5700.01258.6297.3270.78
Hex996CFD2839011036147
Octal231154375507101403141107
Binary100110011101100111111011010001110010110000001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,253); }

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

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

 a { background-color: rgb(153,108,253); }

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

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

 span { border-color: rgb(153,108,253); }

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