#809EAC

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

Shades of Bali Hai #809EAC

Tints of Bali Hai #809EAC

Color information

#809EAC (or 0x809EAC) is unknown color: approx Bali Hai. HEX triplet: 80, 9E and AC. RGB value is (128,158,172). Sum of RGB (Red+Green+Blue) = 128+158+172=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #809EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809EAC is #7F6153. Grayscale: #969696. Windows color (decimal): -8347988 or 11312768. OLE color: 11312768.

HSL color Cylindrical-coordinate representation of color #809EAC: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809EAC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128158172-
CMYK0.260.0800.33
HSL199.09º20.95%58.82%-
HSV(B)199.09º25.58%67.45%-
XYZ28.5832.0243.7-
YUV150.63140.06111.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=27.95%
G=34.50%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281581720.260.0800.33199.0920.9558.82
Hex809EAC1A8021c7153b
Octal20023625432100413072573
Binary10000000100111101010110011010100001000011100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809EAC; }

 p { color: rgb(128,158,172); }

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

<style>
 a { background-color: #809EAC; }

 a { background-color: rgb(128,158,172); }

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

<style>
 span { border-color: #809EAC; }

 span { border-color: rgb(128,158,172); }

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