#8988F1

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

Shades of Light Slate Blue #8988F1

Tints of Light Slate Blue #8988F1

Color information

#8988F1 (or 0x8988F1) is unknown color: approx Light Slate Blue. HEX triplet: 89, 88 and F1. RGB value is (137,136,241). Sum of RGB (Red+Green+Blue) = 137+136+241=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #8988F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988F1 is #76770E. Grayscale: #939393. Windows color (decimal): -7763727 or 15829129. OLE color: 15829129.

HSL color Cylindrical-coordinate representation of color #8988F1: hue angle of 240.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8988F1 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137136241-
CMYK0.430.4400.05
HSL240.57º78.95%73.92%-
HSV(B)240.57º43.57%94.51%-
XYZ3529.2887.03-
YUV148.27180.33119.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=26.65%
G=26.46%
B=46.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371362410.430.4400.05240.5778.9573.92
Hex8988F12B2C05f14f4a
Octal211210361535405361117112
Binary10001001100010001111000110101110110001011111000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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