Html Css Color HEX #987CFD Light Slate Blue

📋 copy color: '#987CFD'

red 152 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #987CFD

Tints of Light Slate Blue #987CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 28.73%
G = 23.44%
B = 47.83%

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

#987CFD (or 0x987CFD) is known color: Light Slate Blue. HEX triplet: 98, 7C and FD. RGB value is (152,124,253). Sum of RGB (Red+Green+Blue) = 152+124+253=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #987CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CFD is #678302. Grayscale: #929292. Windows color (decimal): -6783747 or 16612504. OLE color: 16612504.

HSL color Cylindrical-coordinate representation of color #987CFD: hue angle of 253.02º degrees, saturation: 0.97, 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 #987CFD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 124 253 -
CMYK 0.40 0.51 0 0.01
HSL 253.02º 0.97% 0.74% -
HSV(B) 253.02º 0.51% 0.99% -
XYZ 37.89 28.18 96.37 -
YUV 147.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 152 124 253 0.40 0.51 0 0.01 253.02 0.97 0.74
Hex 98 7C FD 28 33 0 1 FD 61 4A
Octal 230 174 375 50 63 0 1 375 141 112
Binary 10011000 1111100 11111101 101000 110011 0 1 11111101 1100001 1001010

Color Harmonies of #987CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CFD

Black with #987CFD

Text Example


Text Example

White with #987CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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