#9E88FC

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

Shades of Light Slate Blue #9E88FC

Tints of Light Slate Blue #9E88FC

Color information

#9E88FC (or 0x9E88FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 88 and FC. RGB value is (158,136,252). Sum of RGB (Red+Green+Blue) = 158+136+252=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E88FC is #617703. Grayscale: #9B9B9B. Windows color (decimal): -6387460 or 16550046. OLE color: 16550046.

HSL color Cylindrical-coordinate representation of color #9E88FC: hue angle of 251.38º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E88FC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158136252-
CMYK0.370.4600.01
HSL251.38º95.08%76.08%-
HSV(B)251.38º46.03%98.82%-
XYZ40.4831.9196.12-
YUV155.8182.29129.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=28.94%
G=24.91%
B=46.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581362520.370.4600.01251.3895.0876.08
Hex9E88FC252E01fb5f4c
Octal236210374455601373137114
Binary100111101000100011111100100101101110011111101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,136,252); }

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

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

 a { background-color: rgb(158,136,252); }

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

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

 span { border-color: rgb(158,136,252); }

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