#809AAD

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

Shades of Bali Hai #809AAD

Tints of Bali Hai #809AAD

Color information

#809AAD (or 0x809AAD) is unknown color: approx Bali Hai. HEX triplet: 80, 9A and AD. RGB value is (128,154,173). Sum of RGB (Red+Green+Blue) = 128+154+173=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #809AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809AAD is #7F6552. Grayscale: #949494. Windows color (decimal): -8349011 or 11377280. OLE color: 11377280.

HSL color Cylindrical-coordinate representation of color #809AAD: hue angle of 205.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 #809AAD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128154173-
CMYK0.260.1100.32
HSL205.33º21.53%59.02%-
HSV(B)205.33º26.01%67.84%-
XYZ2830.7243.99-
YUV148.39141.89113.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=28.13%
G=33.85%
B=38.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281541730.260.1100.32205.3321.5359.02
Hex809AAD1AB020cd163b
Octal20023225532130403152673
Binary10000000100110101010110111010101101000001100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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