#80959B

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

Shades of Bali Hai #80959B

Tints of Bali Hai #80959B

Color information

#80959B (or 0x80959B) is unknown color: approx Bali Hai. HEX triplet: 80, 95 and 9B. RGB value is (128,149,155). Sum of RGB (Red+Green+Blue) = 128+149+155=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #80959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959B is #7F6A64. Grayscale: #8F8F8F. Windows color (decimal): -8350309 or 10196352. OLE color: 10196352.

HSL color Cylindrical-coordinate representation of color #80959B: hue angle of 193.33º 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 #80959B is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128149155-
CMYK0.170.0400.39
HSL193.33º11.89%55.49%-
HSV(B)193.33º17.42%60.78%-
XYZ25.5728.4535.15-
YUV143.4134.54117.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=29.63%
G=34.49%
B=35.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281491550.170.0400.39193.3311.8955.49
Hex80959B114027c1c37
Octal2002252332140473011467
Binary100000001001010110011011100011000100111110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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