#80959D

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

Shades of Bali Hai #80959D

Tints of Bali Hai #80959D

Color information

#80959D (or 0x80959D) is unknown color: approx Bali Hai. HEX triplet: 80, 95 and 9D. RGB value is (128,149,157). Sum of RGB (Red+Green+Blue) = 128+149+157=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #80959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959D is #7F6A62. Grayscale: #8F8F8F. Windows color (decimal): -8350307 or 10327424. OLE color: 10327424.

HSL color Cylindrical-coordinate representation of color #80959D: hue angle of 196.55º 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 #80959D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128149157-
CMYK0.180.0500.38
HSL196.55º12.89%55.88%-
HSV(B)196.55º18.47%61.57%-
XYZ25.7428.5236.05-
YUV143.63135.54116.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=29.49%
G=34.33%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281491570.180.0500.38196.5512.8955.88
Hex80959D125026c5d38
Octal2002252352250463051570
Binary100000001001010110011101100101010100110110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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