Html Css Color HEX #87919A Light Slate Grey

📋 copy color: '#87919A'

red 135 ◦ green 145 ◦ blue 154

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

Shades of Light Slate Grey #87919A

Tints of Light Slate Grey #87919A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 31.11%
G = 33.41%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#87919A (or 0x87919A) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9A. RGB value is (135,145,154). Sum of RGB (Red+Green+Blue) = 135+145+154=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 154 - color contains mainly: blue. Hex color #87919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919A is #786E65. Grayscale: #8E8E8E. Windows color (decimal): -7892582 or 10129799. OLE color: 10129799.

HSL color Cylindrical-coordinate representation of color #87919A: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87919A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 145 154 -
CMYK 0.12 0.06 0 0.40
HSL 208.42º 0.09% 0.57% -
HSV(B) 208.42º 0.12% 0.6% -
XYZ 25.95 27.73 34.56 -
YUV 143.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 135 145 154 0.12 0.06 0 0.40 208.42 0.09 0.57
Hex 87 91 9A C 6 0 28 D0 9 39
Octal 207 221 232 14 6 0 50 320 11 71
Binary 10000111 10010001 10011010 1100 110 0 101000 11010000 1001 111001

Color Harmonies of #87919A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87919A

Black with #87919A

Text Example


Text Example

White with #87919A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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