#8988ff

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

Shades of Light Slate Blue #8988FF

Tints of Light Slate Blue #8988FF

Color information

#8988FF (or 0x8988FF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 88 and FF. RGB value is (137,136,255). Sum of RGB (Red+Green+Blue) = 137+136+255=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #8988FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988FF is #767700. Grayscale: #959595. Windows color (decimal): -7763713 or 16746633. OLE color: 16746633.

HSL color Cylindrical-coordinate representation of color #8988FF: hue angle of 240.5º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8988FF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137136255-
CMYK0.460.4700
HSL240.5º100%76.67%-
HSV(B)240.5º46.67%100%-
XYZ37.1730.1598.47-
YUV149.86187.33118.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 255 (100% from 255) = 48.30%
R=25.95%
G=25.76%
B=48.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371362550.460.4700240.510076.67
Hex8988FF2E2F00f1644d
Octal211210377565700361144115
Binary100010011000100011111111101110101111001111000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8988ff; }

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

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

<style>
 a { background-color: #8988ff; }

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

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

<style>
 span { border-color: #8988ff; }

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

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