#988EFB

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

Shades of Light Slate Blue #988EFB

Tints of Light Slate Blue #988EFB

Color information

#988EFB (or 0x988EFB) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8E and FB. RGB value is (152,142,251). Sum of RGB (Red+Green+Blue) = 152+142+251=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #988EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EFB is #677104. Grayscale: #9C9C9C. Windows color (decimal): -6779141 or 16486040. OLE color: 16486040.

HSL color Cylindrical-coordinate representation of color #988EFB: hue angle of 245.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988EFB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152142251-
CMYK0.390.4300.02
HSL245.5º93.16%77.06%-
HSV(B)245.5º43.43%98.43%-
XYZ40.0332.9995.52-
YUV157.42180.81124.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=27.89%
G=26.06%
B=46.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521422510.390.4300.02245.593.1677.06
Hex988EFB272B02f65d4d
Octal230216373475302366135115
Binary1001100010001110111110111001111010110101111011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988EFB; }

 p { color: rgb(152,142,251); }

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

<style>
 a { background-color: #988EFB; }

 a { background-color: rgb(152,142,251); }

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

<style>
 span { border-color: #988EFB; }

 span { border-color: rgb(152,142,251); }

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