#9C66FD

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

Shades of Light Slate Blue #9C66FD

Tints of Light Slate Blue #9C66FD

Color information

#9C66FD (or 0x9C66FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 66 and FD. RGB value is (156,102,253). Sum of RGB (Red+Green+Blue) = 156+102+253=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C66FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C66FD is #639902. Grayscale: #868686. Windows color (decimal): -6527235 or 16606876. OLE color: 16606876.

HSL color Cylindrical-coordinate representation of color #9C66FD: hue angle of 261.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C66FD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156102253-
CMYK0.380.6000.01
HSL261.46º97.42%69.61%-
HSV(B)261.46º59.68%99.22%-
XYZ36.1923.6695.59-
YUV135.36194.39142.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=30.53%
G=19.96%
B=49.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561022530.380.6000.01261.4697.4269.61
Hex9C66FD263C011056146
Octal234146375467401405141106
Binary100111001100110111111011001101111000110000010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C66FD; }

 p { color: rgb(156,102,253); }

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

<style>
 a { background-color: #9C66FD; }

 a { background-color: rgb(156,102,253); }

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

<style>
 span { border-color: #9C66FD; }

 span { border-color: rgb(156,102,253); }

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