Html Css Color HEX #987DFB Light Slate Blue

📋 copy color: '#987DFB'

red 152 ◦ green 125 ◦ blue 251

#987DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #987DFB

Tints of Light Slate Blue #987DFB

RGB

 RED value IS 152 (59.77% from 255) = 28.79%

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 28.79%
G = 23.67%
B = 47.54%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#987DFB (or 0x987DFB) is known color: Light Slate Blue. HEX triplet: 98, 7D and FB. RGB value is (152,125,251). Sum of RGB (Red+Green+Blue) = 152+125+251=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #987DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DFB is #678204. Grayscale: #929292. Windows color (decimal): -6783493 or 16481688. OLE color: 16481688.

HSL color Cylindrical-coordinate representation of color #987DFB: hue angle of 252.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987DFB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 125 251 -
CMYK 0.39 0.50 0 0.02
HSL 252.86º 0.94% 0.74% -
HSV(B) 252.86º 0.5% 0.98% -
XYZ 37.7 28.31 94.74 -
YUV 147.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 152 125 251 0.39 0.50 0 0.02 252.86 0.94 0.74
Hex 98 7D FB 27 32 0 2 FD 5E 4A
Octal 230 175 373 47 62 0 2 375 136 112
Binary 10011000 1111101 11111011 100111 110010 0 10 11111101 1011110 1001010

Color Harmonies of #987DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DFB

Black with #987DFB

Text Example


Text Example

White with #987DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987DFB;
 }
 .AnyTagClassName
 {
   color: #987DFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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