#87939C

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

Shades of Bali Hai #87939C

Tints of Bali Hai #87939C

Color information

#87939C (or 0x87939C) is unknown color: approx Bali Hai. HEX triplet: 87, 93 and 9C. RGB value is (135,147,156). Sum of RGB (Red+Green+Blue) = 135+147+156=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #87939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87939C is #786C63. Grayscale: #909090. Windows color (decimal): -7892068 or 10261383. OLE color: 10261383.

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

Color convert

RGB135147156-
CMYK0.130.0600.39
HSL205.71º9.59%57.06%-
HSV(B)205.71º13.46%61.18%-
XYZ26.4328.4235.55-
YUV144.44134.52121.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=30.82%
G=33.56%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351471560.130.0600.39205.719.5957.06
Hex87939CD6027cea39
Octal2072232341560473161271
Binary10000111100100111001110011011100100111110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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