Html Css Color HEX #87909C Light Slate Grey

📋 copy color: '#87909C'

red 135 ◦ green 144 ◦ blue 156

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

Shades of Light Slate Grey #87909C

Tints of Light Slate Grey #87909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.1%

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

R = 31.03%
G = 33.1%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87909C (or 0x87909C) is known color: Light Slate Grey. HEX triplet: 87, 90 and 9C. RGB value is (135,144,156). Sum of RGB (Red+Green+Blue) = 135+144+156=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #87909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87909C is #786F63. Grayscale: #8E8E8E. Windows color (decimal): -7892836 or 10260615. OLE color: 10260615.

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

Color convert

RGB 135 144 156 -
CMYK 0.13 0.08 0 0.39
HSL 214.29º 0.1% 0.57% -
HSV(B) 214.29º 0.13% 0.61% -
XYZ 25.97 27.5 35.39 -
YUV 142.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 135 144 156 0.13 0.08 0 0.39 214.29 0.1 0.57
Hex 87 90 9C D 8 0 27 D6 A 39
Octal 207 220 234 15 10 0 47 326 12 71
Binary 10000111 10010000 10011100 1101 1000 0 100111 11010110 1010 111001

Color Harmonies of #87909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87909C

Black with #87909C

Text Example


Text Example

White with #87909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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