Html Css Color HEX #987BFF Light Slate Blue

📋 copy color: '#987BFF'

red 152 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #987BFF

Tints of Light Slate Blue #987BFF

RGB

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

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

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

R = 28.68%
G = 23.21%
B = 48.11%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#987BFF (or 0x987BFF) is known color: Light Slate Blue. HEX triplet: 98, 7B and FF. RGB value is (152,123,255). Sum of RGB (Red+Green+Blue) = 152+123+255=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #987BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BFF is #678400. Grayscale: #929292. Windows color (decimal): -6784001 or 16743320. OLE color: 16743320.

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

Color convert

RGB 152 123 255 -
CMYK 0.40 0.52 0 0
HSL 253.18º 1% 0.74% -
HSV(B) 253.18º 0.52% 1% -
XYZ 38.08 28.06 98.02 -
YUV 146.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 152 123 255 0.40 0.52 0 0 253.18 1 0.74
Hex 98 7B FF 28 34 0 0 FD 64 4A
Octal 230 173 377 50 64 0 0 375 144 112
Binary 10011000 1111011 11111111 101000 110100 0 0 11111101 1100100 1001010

Color Harmonies of #987BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BFF

Black with #987BFF

Text Example


Text Example

White with #987BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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