Html Css Color HEX #987BFD Light Slate Blue

📋 copy color: '#987BFD'

red 152 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #987BFD

Tints of Light Slate Blue #987BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.3%

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

R = 28.79%
G = 23.3%
B = 47.92%

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

#987BFD (or 0x987BFD) is known color: Light Slate Blue. HEX triplet: 98, 7B and FD. RGB value is (152,123,253). Sum of RGB (Red+Green+Blue) = 152+123+253=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #987BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BFD is #678402. Grayscale: #929292. Windows color (decimal): -6784003 or 16612248. OLE color: 16612248.

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

Color convert

RGB 152 123 253 -
CMYK 0.40 0.51 0 0.01
HSL 253.38º 0.97% 0.74% -
HSV(B) 253.38º 0.51% 0.99% -
XYZ 37.76 27.93 96.33 -
YUV 146.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 152 123 253 0.40 0.51 0 0.01 253.38 0.97 0.74
Hex 98 7B FD 28 33 0 1 FD 61 4A
Octal 230 173 375 50 63 0 1 375 141 112
Binary 10011000 1111011 11111101 101000 110011 0 1 11111101 1100001 1001010

Color Harmonies of #987BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BFD

Black with #987BFD

Text Example


Text Example

White with #987BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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