Html Css Color HEX #987FFF Light Slate Blue

📋 copy color: '#987FFF'

red 152 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #987FFF

Tints of Light Slate Blue #987FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 28.46%
G = 23.78%
B = 47.75%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#987FFF (or 0x987FFF) is known color: Light Slate Blue. HEX triplet: 98, 7F and FF. RGB value is (152,127,255). Sum of RGB (Red+Green+Blue) = 152+127+255=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #987FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FFF is #678000. Grayscale: #949494. Windows color (decimal): -6782977 or 16744344. OLE color: 16744344.

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

Color convert

RGB 152 127 255 -
CMYK 0.40 0.50 0 0
HSL 251.72º 1% 0.75% -
HSV(B) 251.72º 0.5% 1% -
XYZ 38.59 29.07 98.19 -
YUV 149.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 152 127 255 0.40 0.50 0 0 251.72 1 0.75
Hex 98 7F FF 28 32 0 0 FC 64 4B
Octal 230 177 377 50 62 0 0 374 144 113
Binary 10011000 1111111 11111111 101000 110010 0 0 11111100 1100100 1001011

Color Harmonies of #987FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FFF

Black with #987FFF

Text Example


Text Example

White with #987FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,255); }

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

background-color css

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

 a { background-color: rgb(152,127,255); }

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

border-color css

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

 span { border-color: rgb(152,127,255); }

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