#80929D

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

Shades of Bali Hai #80929D

Tints of Bali Hai #80929D

Color information

#80929D (or 0x80929D) is unknown color: approx Bali Hai. HEX triplet: 80, 92 and 9D. RGB value is (128,146,157). Sum of RGB (Red+Green+Blue) = 128+146+157=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #80929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80929D is #7F6D62. Grayscale: #8D8D8D. Windows color (decimal): -8351075 or 10326656. OLE color: 10326656.

HSL color Cylindrical-coordinate representation of color #80929D: hue angle of 202.76º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80929D is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128146157-
CMYK0.180.0700.38
HSL202.76º12.89%55.88%-
HSV(B)202.76º18.47%61.57%-
XYZ25.2727.5835.89-
YUV141.87136.54118.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=29.70%
G=33.87%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281461570.180.0700.38202.7612.8955.88
Hex80929D127026cbd38
Octal2002222352270463131570
Binary100000001001001010011101100101110100110110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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