#9c88fe

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

Shades of Light Slate Blue #9C88FE

Tints of Light Slate Blue #9C88FE

Color information

#9C88FE (or 0x9C88FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 88 and FE. RGB value is (156,136,254). Sum of RGB (Red+Green+Blue) = 156+136+254=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C88FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C88FE is #637701. Grayscale: #9A9A9A. Windows color (decimal): -6518530 or 16681116. OLE color: 16681116.

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

Color convert

RGB156136254-
CMYK0.390.4600.00
HSL250.17º98.33%76.47%-
HSV(B)250.17º46.46%99.61%-
XYZ40.431.8397.78-
YUV155.43183.63128.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=28.57%
G=24.91%
B=46.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561362540.390.4600.00250.1798.3376.47
Hex9C88FE272E00fa624c
Octal234210376475600372142114
Binary100111001000100011111110100111101110001111101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c88fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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