Html Css Color HEX #87929C Light Slate Grey

📋 copy color: '#87929C'

red 135 ◦ green 146 ◦ blue 156

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

Shades of Light Slate Grey #87929C

Tints of Light Slate Grey #87929C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

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

R = 30.89%
G = 33.41%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87929C (or 0x87929C) is known color: Light Slate Grey. HEX triplet: 87, 92 and 9C. RGB value is (135,146,156). Sum of RGB (Red+Green+Blue) = 135+146+156=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #87929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87929C is #786D63. Grayscale: #8F8F8F. Windows color (decimal): -7892324 or 10261127. OLE color: 10261127.

HSL color Cylindrical-coordinate representation of color #87929C: hue angle of 208.57º 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 #87929C is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 146 156 -
CMYK 0.13 0.06 0 0.39
HSL 208.57º 0.1% 0.57% -
HSV(B) 208.57º 0.13% 0.61% -
XYZ 26.27 28.11 35.49 -
YUV 143.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 135 146 156 0.13 0.06 0 0.39 208.57 0.1 0.57
Hex 87 92 9C D 6 0 27 D1 A 39
Octal 207 222 234 15 6 0 47 321 12 71
Binary 10000111 10010010 10011100 1101 110 0 100111 11010001 1010 111001

Color Harmonies of #87929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87929C

Black with #87929C

Text Example


Text Example

White with #87929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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