#8889FC

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

Shades of Light Slate Blue #8889FC

Tints of Light Slate Blue #8889FC

Color information

#8889FC (or 0x8889FC) is unknown color: approx Light Slate Blue. HEX triplet: 88, 89 and FC. RGB value is (136,137,252). Sum of RGB (Red+Green+Blue) = 136+137+252=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #8889FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8889FC is #777603. Grayscale: #959595. Windows color (decimal): -7828996 or 16550280. OLE color: 16550280.

HSL color Cylindrical-coordinate representation of color #8889FC: hue angle of 239.48º 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 #8889FC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136137252-
CMYK0.460.4600.01
HSL239.48º95.08%76.08%-
HSV(B)239.48º46.03%98.82%-
XYZ36.6730.1595.98-
YUV149.81185.67118.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 252 (98.83% from 255) = 48%
R=25.90%
G=26.10%
B=48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361372520.460.4600.01239.4895.0876.08
Hex8889FC2E2E01ef5f4c
Octal210211374565601357137114
Binary100010001000100111111100101110101110011110111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8889FC; }

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

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

<style>
 a { background-color: #8889FC; }

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

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

<style>
 span { border-color: #8889FC; }

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

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