Html Css Color HEX #987CFC Light Slate Blue

📋 copy color: '#987CFC'

red 152 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #987CFC

Tints of Light Slate Blue #987CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 28.79%
G = 23.48%
B = 47.73%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#987CFC (or 0x987CFC) is known color: Light Slate Blue. HEX triplet: 98, 7C and FC. RGB value is (152,124,252). Sum of RGB (Red+Green+Blue) = 152+124+252=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #987CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CFC is #678303. Grayscale: #929292. Windows color (decimal): -6783748 or 16546968. OLE color: 16546968.

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

Color convert

RGB 152 124 252 -
CMYK 0.40 0.51 0 0.01
HSL 253.13º 0.96% 0.74% -
HSV(B) 253.13º 0.51% 0.99% -
XYZ 37.73 28.12 95.53 -
YUV 146.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 152 124 252 0.40 0.51 0 0.01 253.13 0.96 0.74
Hex 98 7C FC 28 33 0 1 FD 60 4A
Octal 230 174 374 50 63 0 1 375 140 112
Binary 10011000 1111100 11111100 101000 110011 0 1 11111101 1100000 1001010

Color Harmonies of #987CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CFC

Black with #987CFC

Text Example


Text Example

White with #987CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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