#9C96FF

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

Shades of Light Slate Blue #9C96FF

Tints of Light Slate Blue #9C96FF

Color information

#9C96FF (or 0x9C96FF) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 96 and FF. RGB value is (156,150,255). Sum of RGB (Red+Green+Blue) = 156+150+255=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FF is #636900. Grayscale: #A3A3A3. Windows color (decimal): -6514945 or 16750236. OLE color: 16750236.

HSL color Cylindrical-coordinate representation of color #9C96FF: hue angle of 243.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C96FF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156150255-
CMYK0.390.4100
HSL243.43º100%79.41%-
HSV(B)243.43º41.18%100%-
XYZ42.6736.199.33-
YUV163.76179.49122.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 255 (100% from 255) = 45.45%
R=27.81%
G=26.74%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561502550.390.4100243.4310079.41
Hex9C96FF272900f3644f
Octal234226377475100363144117
Binary100111001001011011111111100111101001001111001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,255); }

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

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

 a { background-color: rgb(156,150,255); }

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

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

 span { border-color: rgb(156,150,255); }

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