#87989D

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

Shades of Bali Hai #87989D

Tints of Bali Hai #87989D

Color information

#87989D (or 0x87989D) is unknown color: approx Bali Hai. HEX triplet: 87, 98 and 9D. RGB value is (135,152,157). Sum of RGB (Red+Green+Blue) = 135+152+157=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #87989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87989D is #786762. Grayscale: #939393. Windows color (decimal): -7890787 or 10328199. OLE color: 10328199.

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

Color convert

RGB135152157-
CMYK0.140.0300.38
HSL193.64º10.09%57.25%-
HSV(B)193.64º14.01%61.57%-
XYZ27.3130.0436.26-
YUV147.49133.37119.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=30.41%
G=34.23%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351521570.140.0300.38193.6410.0957.25
Hex87989DE3026c2a39
Octal2072302351630463021271
Binary1000011110011000100111011110110100110110000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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