#809FB9

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

Shades of Bali Hai #809FB9

Tints of Bali Hai #809FB9

Color information

#809FB9 (or 0x809FB9) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and B9. RGB value is (128,159,185). Sum of RGB (Red+Green+Blue) = 128+159+185=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #809FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FB9 is #7F6046. Grayscale: #989898. Windows color (decimal): -8347719 or 12164992. OLE color: 12164992.

HSL color Cylindrical-coordinate representation of color #809FB9: hue angle of 207.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #809FB9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128159185-
CMYK0.310.1400.27
HSL207.37º28.93%61.37%-
HSV(B)207.37º30.81%72.55%-
XYZ30.0632.8950.66-
YUV152.7146.23110.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=27.12%
G=33.69%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281591850.310.1400.27207.3728.9361.37
Hex809FB91FE01Bcf1d3d
Octal20023727137160333173575
Binary1000000010011111101110011111111100110111100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,185); }

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

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

 a { background-color: rgb(128,159,185); }

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

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

 span { border-color: rgb(128,159,185); }

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