#87979E

Color #87979E Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #87979E

Tints of Bali Hai #87979E

Color information

#87979E (or 0x87979E) is unknown color: approx Bali Hai. HEX triplet: 87, 97 and 9E. RGB value is (135,151,158). Sum of RGB (Red+Green+Blue) = 135+151+158=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #87979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87979E is #786861. Grayscale: #929292. Windows color (decimal): -7891042 or 10393479. OLE color: 10393479.

HSL color Cylindrical-coordinate representation of color #87979E: hue angle of 198.26º 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 #87979E is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135151158-
CMYK0.150.0400.38
HSL198.26º10.6%57.45%-
HSV(B)198.26º14.56%61.96%-
XYZ27.2329.7536.66-
YUV147.01134.2119.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=30.41%
G=34.01%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351511580.150.0400.38198.2610.657.45
Hex87979EF4026c6b39
Octal2072272361740463061371
Binary10000111100101111001111011111000100110110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87979E;
 }
 .AnyTagClassName
 {
   color: #87979E;
 }
</style>
background-color css

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

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

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

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

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

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