#809FAC

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

Shades of Bali Hai #809FAC

Tints of Bali Hai #809FAC

Color information

#809FAC (or 0x809FAC) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and AC. RGB value is (128,159,172). Sum of RGB (Red+Green+Blue) = 128+159+172=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #809FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809FAC is #7F6053. Grayscale: #979797. Windows color (decimal): -8347732 or 11313024. OLE color: 11313024.

HSL color Cylindrical-coordinate representation of color #809FAC: hue angle of 197.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809FAC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128159172-
CMYK0.260.0800.33
HSL197.73º20.95%58.82%-
HSV(B)197.73º25.58%67.45%-
XYZ28.7532.3643.76-
YUV151.21139.73111.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=27.89%
G=34.64%
B=37.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281591720.260.0800.33197.7320.9558.82
Hex809FAC1A8021c6153b
Octal20023725432100413062573
Binary10000000100111111010110011010100001000011100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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