#987BF8

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

Shades of Light Slate Blue #987BF8

Tints of Light Slate Blue #987BF8

Color information

#987BF8 (or 0x987BF8) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7B and F8. RGB value is (152,123,248). Sum of RGB (Red+Green+Blue) = 152+123+248=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #987BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BF8 is #678407. Grayscale: #919191. Windows color (decimal): -6784008 or 16284568. OLE color: 16284568.

HSL color Cylindrical-coordinate representation of color #987BF8: hue angle of 253.92º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987BF8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152123248-
CMYK0.390.5000.03
HSL253.92º89.93%72.75%-
HSV(B)253.92º50.4%97.25%-
XYZ36.9827.6292.19-
YUV145.92185.61132.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 248 (97.27% from 255) = 47.42%
R=29.06%
G=23.52%
B=47.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521232480.390.5000.03253.9289.9372.75
Hex987BF8273203fe5a49
Octal230173370476203376132111
Binary100110001111011111110001001111100100111111111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987BF8; }

 p { color: rgb(152,123,248); }

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

<style>
 a { background-color: #987BF8; }

 a { background-color: rgb(152,123,248); }

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

<style>
 span { border-color: #987BF8; }

 span { border-color: rgb(152,123,248); }

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