#809CAA

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

Shades of Bali Hai #809CAA

Tints of Bali Hai #809CAA

Color information

#809CAA (or 0x809CAA) is unknown color: approx Bali Hai. HEX triplet: 80, 9C and AA. RGB value is (128,156,170). Sum of RGB (Red+Green+Blue) = 128+156+170=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #809CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809CAA is #7F6355. Grayscale: #959595. Windows color (decimal): -8348502 or 11181184. OLE color: 11181184.

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

Color convert

RGB128156170-
CMYK0.250.0800.33
HSL200º19.81%58.43%-
HSV(B)200º24.71%66.67%-
XYZ28.0531.2742.59-
YUV149.22139.72112.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=28.19%
G=34.36%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281561700.250.0800.3320019.8158.43
Hex809CAA198021c8143a
Octal20023425231100413102472
Binary10000000100111001010101011001100001000011100100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,170); }

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

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

 a { background-color: rgb(128,156,170); }

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

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

 span { border-color: rgb(128,156,170); }

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