#809CA3

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

Shades of Bali Hai #809CA3

Tints of Bali Hai #809CA3

Color information

#809CA3 (or 0x809CA3) is unknown color: approx Bali Hai. HEX triplet: 80, 9C and A3. RGB value is (128,156,163). Sum of RGB (Red+Green+Blue) = 128+156+163=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 163 - color contains mainly: blue. Hex color #809CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809CA3 is #7F635C. Grayscale: #949494. Windows color (decimal): -8348509 or 10722432. OLE color: 10722432.

HSL color Cylindrical-coordinate representation of color #809CA3: hue angle of 192º 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 #809CA3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128156163-
CMYK0.210.0400.36
HSL192º15.98%57.06%-
HSV(B)192º21.47%63.92%-
XYZ27.431.0139.19-
YUV148.43136.22113.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 163 (64.06% from 255) = 36.47%
R=28.64%
G=34.90%
B=36.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281561630.210.0400.3619215.9857.06
Hex809CA3154024c01039
Octal2002342432540443002071
Binary1000000010011100101000111010110001001001100000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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