Html Css Color HEX #87919D Light Slate Grey

📋 copy color: '#87919D'

red 135 ◦ green 145 ◦ blue 157

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

Shades of Light Slate Grey #87919D

Tints of Light Slate Grey #87919D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 30.89%
G = 33.18%
B = 35.93%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87919D (or 0x87919D) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9D. RGB value is (135,145,157). Sum of RGB (Red+Green+Blue) = 135+145+157=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #87919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919D is #786E62. Grayscale: #8F8F8F. Windows color (decimal): -7892579 or 10326407. OLE color: 10326407.

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

Color convert

RGB 135 145 157 -
CMYK 0.14 0.08 0 0.38
HSL 212.73º 0.1% 0.57% -
HSV(B) 212.73º 0.14% 0.62% -
XYZ 26.2 27.84 35.89 -
YUV 143.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 135 145 157 0.14 0.08 0 0.38 212.73 0.1 0.57
Hex 87 91 9D E 8 0 26 D5 A 39
Octal 207 221 235 16 10 0 46 325 12 71
Binary 10000111 10010001 10011101 1110 1000 0 100110 11010101 1010 111001

Color Harmonies of #87919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87919D

Black with #87919D

Text Example


Text Example

White with #87919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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