Html Css Color HEX #87919C Light Slate Grey

📋 copy color: '#87919C'

red 135 ◦ green 145 ◦ blue 156

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

Shades of Light Slate Grey #87919C

Tints of Light Slate Grey #87919C

RGB

 RED value IS 135 (53.13% from 255) = 30.96%

 GREEN value IS 145 (57.03% from 255) = 33.26%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 30.96%
G = 33.26%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87919C (or 0x87919C) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9C. RGB value is (135,145,156). Sum of RGB (Red+Green+Blue) = 135+145+156=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #87919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919C is #786E63. Grayscale: #8F8F8F. Windows color (decimal): -7892580 or 10260871. OLE color: 10260871.

HSL color Cylindrical-coordinate representation of color #87919C: hue angle of 211.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87919C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 145 156 -
CMYK 0.13 0.07 0 0.39
HSL 211.43º 0.1% 0.57% -
HSV(B) 211.43º 0.13% 0.61% -
XYZ 26.12 27.8 35.44 -
YUV 143.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 135 145 156 0.13 0.07 0 0.39 211.43 0.1 0.57
Hex 87 91 9C D 7 0 27 D3 A 39
Octal 207 221 234 15 7 0 47 323 12 71
Binary 10000111 10010001 10011100 1101 111 0 100111 11010011 1010 111001

Color Harmonies of #87919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87919C

Black with #87919C

Text Example


Text Example

White with #87919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87919C; }

 p { color: rgb(135,145,156); }

 H1.HeaderClassName
 {
   color: #87919C;
 }
 .AnyTagClassName
 {
   color: #87919C;
 }
</style>

background-color css

<style>
 a { background-color: #87919C; }

 a { background-color: rgb(135,145,156); }

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

border-color css

<style>
 span { border-color: #87919C; }

 span { border-color: rgb(135,145,156); }

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