#809DAC

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

Shades of Bali Hai #809DAC

Tints of Bali Hai #809DAC

Color information

#809DAC (or 0x809DAC) is unknown color: approx Bali Hai. HEX triplet: 80, 9D and AC. RGB value is (128,157,172). Sum of RGB (Red+Green+Blue) = 128+157+172=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #809DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAC is #7F6253. Grayscale: #959595. Windows color (decimal): -8348244 or 11312512. OLE color: 11312512.

HSL color Cylindrical-coordinate representation of color #809DAC: hue angle of 200.45º 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 #809DAC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128157172-
CMYK0.260.0900.33
HSL200.45º20.95%58.82%-
HSV(B)200.45º25.58%67.45%-
XYZ28.4131.6843.65-
YUV150.04140.39112.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=28.01%
G=34.35%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281571720.260.0900.33200.4520.9558.82
Hex809DAC1A9021c8153b
Octal20023525432110413102573
Binary10000000100111011010110011010100101000011100100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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