#80959C

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

Shades of Bali Hai #80959C

Tints of Bali Hai #80959C

Color information

#80959C (or 0x80959C) is unknown color: approx Bali Hai. HEX triplet: 80, 95 and 9C. RGB value is (128,149,156). Sum of RGB (Red+Green+Blue) = 128+149+156=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #80959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959C is #7F6A63. Grayscale: #8F8F8F. Windows color (decimal): -8350308 or 10261888. OLE color: 10261888.

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

Color convert

RGB128149156-
CMYK0.180.0400.39
HSL195º12.39%55.69%-
HSV(B)195º17.95%61.18%-
XYZ25.6528.4835.6-
YUV143.52135.04116.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=29.56%
G=34.41%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281491560.180.0400.3919512.3955.69
Hex80959C124027c3c38
Octal2002252342240473031470
Binary100000001001010110011100100101000100111110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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