Html Css Color HEX #987CFE Light Slate Blue

📋 copy color: '#987CFE'

red 152 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #987CFE

Tints of Light Slate Blue #987CFE

RGB

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

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

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

R = 28.68%
G = 23.4%
B = 47.92%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#987CFE (or 0x987CFE) is known color: Light Slate Blue. HEX triplet: 98, 7C and FE. RGB value is (152,124,254). Sum of RGB (Red+Green+Blue) = 152+124+254=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #987CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CFE is #678301. Grayscale: #929292. Windows color (decimal): -6783746 or 16678040. OLE color: 16678040.

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

Color convert

RGB 152 124 254 -
CMYK 0.40 0.51 0 0.00
HSL 252.92º 0.98% 0.74% -
HSV(B) 252.92º 0.51% 1% -
XYZ 38.05 28.25 97.21 -
YUV 147.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 152 124 254 0.40 0.51 0 0.00 252.92 0.98 0.74
Hex 98 7C FE 28 33 0 0 FD 62 4A
Octal 230 174 376 50 63 0 0 375 142 112
Binary 10011000 1111100 11111110 101000 110011 0 0 11111101 1100010 1001010

Color Harmonies of #987CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CFE

Black with #987CFE

Text Example


Text Example

White with #987CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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