#80929C

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

Shades of Bali Hai #80929C

Tints of Bali Hai #80929C

Color information

#80929C (or 0x80929C) is unknown color: approx Bali Hai. HEX triplet: 80, 92 and 9C. RGB value is (128,146,156). Sum of RGB (Red+Green+Blue) = 128+146+156=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #80929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80929C is #7F6D63. Grayscale: #8D8D8D. Windows color (decimal): -8351076 or 10261120. OLE color: 10261120.

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

Color convert

RGB128146156-
CMYK0.180.0600.39
HSL201.43º12.39%55.69%-
HSV(B)201.43º17.95%61.18%-
XYZ25.1827.5535.44-
YUV141.76136.04118.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=29.77%
G=33.95%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281461560.180.0600.39201.4312.3955.69
Hex80929C126027c9c38
Octal2002222342260473111470
Binary100000001001001010011100100101100100111110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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