#87979D

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

Shades of Bali Hai #87979D

Tints of Bali Hai #87979D

Color information

#87979D (or 0x87979D) is unknown color: approx Bali Hai. HEX triplet: 87, 97 and 9D. RGB value is (135,151,157). Sum of RGB (Red+Green+Blue) = 135+151+157=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #87979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87979D is #786862. Grayscale: #929292. Windows color (decimal): -7891043 or 10327943. OLE color: 10327943.

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

Color convert

RGB135151157-
CMYK0.140.0400.38
HSL196.36º10.09%57.25%-
HSV(B)196.36º14.01%61.57%-
XYZ27.1429.7236.2-
YUV146.9133.7119.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=30.47%
G=34.09%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351511570.140.0400.38196.3610.0957.25
Hex87979DE4026c4a39
Octal2072272351640463041271
Binary10000111100101111001110111101000100110110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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