#87959D

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

Shades of Bali Hai #87959D

Tints of Bali Hai #87959D

Color information

#87959D (or 0x87959D) is unknown color: approx Bali Hai. HEX triplet: 87, 95 and 9D. RGB value is (135,149,157). Sum of RGB (Red+Green+Blue) = 135+149+157=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #87959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87959D is #786A62. Grayscale: #919191. Windows color (decimal): -7891555 or 10327431. OLE color: 10327431.

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

Color convert

RGB135149157-
CMYK0.140.0500.38
HSL201.82º10.09%57.25%-
HSV(B)201.82º14.01%61.57%-
XYZ26.8229.0836.1-
YUV145.73134.36120.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.61%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=30.61%
G=33.79%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351491570.140.0500.38201.8210.0957.25
Hex87959DE5026caa39
Octal2072252351650463121271
Binary10000111100101011001110111101010100110110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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