#809DAF

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

Shades of Bali Hai #809DAF

Tints of Bali Hai #809DAF

Color information

#809DAF (or 0x809DAF) is unknown color: approx Bali Hai. HEX triplet: 80, 9D and AF. RGB value is (128,157,175). Sum of RGB (Red+Green+Blue) = 128+157+175=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #809DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAF is #7F6250. Grayscale: #969696. Windows color (decimal): -8348241 or 11509120. OLE color: 11509120.

HSL color Cylindrical-coordinate representation of color #809DAF: hue angle of 202.98º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #809DAF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128157175-
CMYK0.270.1000.31
HSL202.98º22.71%59.41%-
HSV(B)202.98º26.86%68.63%-
XYZ28.731.845.18-
YUV150.38141.89112.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=27.83%
G=34.13%
B=38.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281571750.270.1000.31202.9822.7159.41
Hex809DAF1BA01Fcb173b
Octal20023525733120373132773
Binary1000000010011101101011111101110100111111100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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