#80929B

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

Shades of Bali Hai #80929B

Tints of Bali Hai #80929B

Color information

#80929B (or 0x80929B) is unknown color: approx Bali Hai. HEX triplet: 80, 92 and 9B. RGB value is (128,146,155). Sum of RGB (Red+Green+Blue) = 128+146+155=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #80929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80929B is #7F6D64. Grayscale: #8D8D8D. Windows color (decimal): -8351077 or 10195584. OLE color: 10195584.

HSL color Cylindrical-coordinate representation of color #80929B: hue angle of 200º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80929B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128146155-
CMYK0.170.0600.39
HSL200º11.89%55.49%-
HSV(B)200º17.42%60.78%-
XYZ25.127.5135-
YUV141.64135.54118.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=29.84%
G=34.03%
B=36.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281461550.170.0600.3920011.8955.49
Hex80929B116027c8c37
Octal2002222332160473101467
Binary100000001001001010011011100011100100111110010001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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