#87939D

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

Shades of Bali Hai #87939D

Tints of Bali Hai #87939D

Color information

#87939D (or 0x87939D) is unknown color: approx Bali Hai. HEX triplet: 87, 93 and 9D. RGB value is (135,147,157). Sum of RGB (Red+Green+Blue) = 135+147+157=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #87939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87939D is #786C62. Grayscale: #909090. Windows color (decimal): -7892067 or 10326919. OLE color: 10326919.

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

Color convert

RGB135147157-
CMYK0.140.0600.38
HSL207.27º10.09%57.25%-
HSV(B)207.27º14.01%61.57%-
XYZ26.5128.4535.99-
YUV144.55135.02121.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=30.75%
G=33.49%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351471570.140.0600.38207.2710.0957.25
Hex87939DE6026cfa39
Octal2072232351660463171271
Binary10000111100100111001110111101100100110110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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