Html Css Color HEX #987FFE Light Slate Blue

📋 copy color: '#987FFE'

red 152 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #987FFE

Tints of Light Slate Blue #987FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 28.52%
G = 23.83%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#987FFE (or 0x987FFE) is known color: Light Slate Blue. HEX triplet: 98, 7F and FE. RGB value is (152,127,254). Sum of RGB (Red+Green+Blue) = 152+127+254=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #987FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FFE is #678001. Grayscale: #949494. Windows color (decimal): -6782978 or 16678808. OLE color: 16678808.

HSL color Cylindrical-coordinate representation of color #987FFE: hue angle of 251.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987FFE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 127 254 -
CMYK 0.40 0.50 0 0.00
HSL 251.81º 0.98% 0.75% -
HSV(B) 251.81º 0.5% 1% -
XYZ 38.43 29.01 97.34 -
YUV 148.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 152 127 254 0.40 0.50 0 0.00 251.81 0.98 0.75
Hex 98 7F FE 28 32 0 0 FC 62 4B
Octal 230 177 376 50 62 0 0 374 142 113
Binary 10011000 1111111 11111110 101000 110010 0 0 11111100 1100010 1001011

Color Harmonies of #987FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FFE

Black with #987FFE

Text Example


Text Example

White with #987FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,254); }

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

background-color css

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

 a { background-color: rgb(152,127,254); }

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

border-color css

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

 span { border-color: rgb(152,127,254); }

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