#87929B

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

Shades of Bali Hai #87929B

Tints of Bali Hai #87929B

Color information

#87929B (or 0x87929B) is unknown color: approx Bali Hai. HEX triplet: 87, 92 and 9B. RGB value is (135,146,155). Sum of RGB (Red+Green+Blue) = 135+146+155=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #87929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87929B is #786D64. Grayscale: #8F8F8F. Windows color (decimal): -7892325 or 10195591. OLE color: 10195591.

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

Color convert

RGB135146155-
CMYK0.130.0600.39
HSL207º9.09%56.86%-
HSV(B)207º12.9%60.78%-
XYZ26.1928.0835.05-
YUV143.74134.36121.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=30.96%
G=33.49%
B=35.55%

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
Decimal1351461550.130.0600.392079.0956.86
Hex87929BD6027cf939
Octal2072222331560473171171
Binary10000111100100101001101111011100100111110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87929B; }

 p { color: rgb(135,146,155); }

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

<style>
 a { background-color: #87929B; }

 a { background-color: rgb(135,146,155); }

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

<style>
 span { border-color: #87929B; }

 span { border-color: rgb(135,146,155); }

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