#9C88F4

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

Shades of Light Slate Blue #9C88F4

Tints of Light Slate Blue #9C88F4

Color information

#9C88F4 (or 0x9C88F4) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 88 and F4. RGB value is (156,136,244). Sum of RGB (Red+Green+Blue) = 156+136+244=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C88F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C88F4 is #63770B. Grayscale: #999999. Windows color (decimal): -6518540 or 16025756. OLE color: 16025756.

HSL color Cylindrical-coordinate representation of color #9C88F4: hue angle of 251.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C88F4 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156136244-
CMYK0.360.4400.04
HSL251.11º83.08%74.51%-
HSV(B)251.11º44.26%95.69%-
XYZ38.8431.2189.56-
YUV154.29178.63129.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 244 (95.70% from 255) = 45.52%
R=29.10%
G=25.37%
B=45.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561362440.360.4400.04251.1183.0874.51
Hex9C88F4242C04fb534b
Octal234210364445404373123113
Binary10011100100010001111010010010010110001001111101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C88F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,244); }

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

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

 a { background-color: rgb(156,136,244); }

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

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

 span { border-color: rgb(156,136,244); }

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