#809DAD

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

Shades of Bali Hai #809DAD

Tints of Bali Hai #809DAD

Color information

#809DAD (or 0x809DAD) is unknown color: approx Bali Hai. HEX triplet: 80, 9D and AD. RGB value is (128,157,173). Sum of RGB (Red+Green+Blue) = 128+157+173=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #809DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAD is #7F6252. Grayscale: #969696. Windows color (decimal): -8348243 or 11378048. OLE color: 11378048.

HSL color Cylindrical-coordinate representation of color #809DAD: hue angle of 201.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809DAD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128157173-
CMYK0.260.0900.32
HSL201.33º21.53%59.02%-
HSV(B)201.33º26.01%67.84%-
XYZ28.531.7244.16-
YUV150.15140.89112.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=27.95%
G=34.28%
B=37.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281571730.260.0900.32201.3321.5359.02
Hex809DAD1A9020c9163b
Octal20023525532110403112673
Binary10000000100111011010110111010100101000001100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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