Html Css Color HEX #987DFC Light Slate Blue

📋 copy color: '#987DFC'

red 152 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #987DFC

Tints of Light Slate Blue #987DFC

RGB

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

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

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

R = 28.73%
G = 23.63%
B = 47.64%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#987DFC (or 0x987DFC) is known color: Light Slate Blue. HEX triplet: 98, 7D and FC. RGB value is (152,125,252). Sum of RGB (Red+Green+Blue) = 152+125+252=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #987DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DFC is #678203. Grayscale: #939393. Windows color (decimal): -6783492 or 16547224. OLE color: 16547224.

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

Color convert

RGB 152 125 252 -
CMYK 0.40 0.50 0 0.01
HSL 252.76º 0.95% 0.74% -
HSV(B) 252.76º 0.5% 0.99% -
XYZ 37.85 28.37 95.58 -
YUV 147.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 152 125 252 0.40 0.50 0 0.01 252.76 0.95 0.74
Hex 98 7D FC 28 32 0 1 FD 5F 4A
Octal 230 175 374 50 62 0 1 375 137 112
Binary 10011000 1111101 11111100 101000 110010 0 1 11111101 1011111 1001010

Color Harmonies of #987DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DFC

Black with #987DFC

Text Example


Text Example

White with #987DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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