Html Css Color HEX #87919E Light Slate Grey

📋 copy color: '#87919E'

red 135 ◦ green 145 ◦ blue 158

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

Shades of Light Slate Grey #87919E

Tints of Light Slate Grey #87919E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 30.82%
G = 33.11%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87919E (or 0x87919E) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9E. RGB value is (135,145,158). Sum of RGB (Red+Green+Blue) = 135+145+158=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #87919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919E is #786E61. Grayscale: #8F8F8F. Windows color (decimal): -7892578 or 10391943. OLE color: 10391943.

HSL color Cylindrical-coordinate representation of color #87919E: hue angle of 213.91º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87919E is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 145 158 -
CMYK 0.15 0.08 0 0.38
HSL 213.91º 0.11% 0.57% -
HSV(B) 213.91º 0.15% 0.62% -
XYZ 26.29 27.87 36.34 -
YUV 143.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 135 145 158 0.15 0.08 0 0.38 213.91 0.11 0.57
Hex 87 91 9E F 8 0 26 D6 B 39
Octal 207 221 236 17 10 0 46 326 13 71
Binary 10000111 10010001 10011110 1111 1000 0 100110 11010110 1011 111001

Color Harmonies of #87919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87919E

Black with #87919E

Text Example


Text Example

White with #87919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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