#809FAB

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

Shades of Bali Hai #809FAB

Tints of Bali Hai #809FAB

Color information

#809FAB (or 0x809FAB) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and AB. RGB value is (128,159,171). Sum of RGB (Red+Green+Blue) = 128+159+171=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #809FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809FAB is #7F6054. Grayscale: #979797. Windows color (decimal): -8347733 or 11247488. OLE color: 11247488.

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

Color convert

RGB128159171-
CMYK0.250.0700.33
HSL196.74º20.38%58.63%-
HSV(B)196.74º25.15%67.06%-
XYZ28.6532.3343.26-
YUV151.1139.23111.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=27.95%
G=34.72%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281591710.250.0700.33196.7420.3858.63
Hex809FAB197021c5143b
Octal2002372533170413052473
Binary1000000010011111101010111100111101000011100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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