#809BA3

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

Shades of Bali Hai #809BA3

Tints of Bali Hai #809BA3

Color information

#809BA3 (or 0x809BA3) is unknown color: approx Bali Hai. HEX triplet: 80, 9B and A3. RGB value is (128,155,163). Sum of RGB (Red+Green+Blue) = 128+155+163=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 163 - color contains mainly: blue. Hex color #809BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BA3 is #7F645C. Grayscale: #939393. Windows color (decimal): -8348765 or 10722176. OLE color: 10722176.

HSL color Cylindrical-coordinate representation of color #809BA3: hue angle of 193.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809BA3 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128155163-
CMYK0.210.0500.36
HSL193.71º15.98%57.06%-
HSV(B)193.71º21.47%63.92%-
XYZ27.2330.6839.14-
YUV147.84136.55113.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=28.70%
G=34.75%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281551630.210.0500.36193.7115.9857.06
Hex809BA3155024c21039
Octal2002332432550443022071
Binary1000000010011011101000111010110101001001100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,163); }

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

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

 a { background-color: rgb(128,155,163); }

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

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

 span { border-color: rgb(128,155,163); }

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