Html Css Color HEX #987CFB Light Slate Blue

📋 copy color: '#987CFB'

red 152 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #987CFB

Tints of Light Slate Blue #987CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.53%

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

R = 28.84%
G = 23.53%
B = 47.63%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#987CFB (or 0x987CFB) is known color: Light Slate Blue. HEX triplet: 98, 7C and FB. RGB value is (152,124,251). Sum of RGB (Red+Green+Blue) = 152+124+251=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #987CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CFB is #678304. Grayscale: #929292. Windows color (decimal): -6783749 or 16481432. OLE color: 16481432.

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

Color convert

RGB 152 124 251 -
CMYK 0.39 0.51 0 0.02
HSL 253.23º 0.94% 0.74% -
HSV(B) 253.23º 0.51% 0.98% -
XYZ 37.57 28.06 94.7 -
YUV 146.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 152 124 251 0.39 0.51 0 0.02 253.23 0.94 0.74
Hex 98 7C FB 27 33 0 2 FD 5E 4A
Octal 230 174 373 47 63 0 2 375 136 112
Binary 10011000 1111100 11111011 100111 110011 0 10 11111101 1011110 1001010

Color Harmonies of #987CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CFB

Black with #987CFB

Text Example


Text Example

White with #987CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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