#809CB9

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

Shades of Bali Hai #809CB9

Tints of Bali Hai #809CB9

Color information

#809CB9 (or 0x809CB9) is unknown color: approx Bali Hai. HEX triplet: 80, 9C and B9. RGB value is (128,156,185). Sum of RGB (Red+Green+Blue) = 128+156+185=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #809CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CB9 is #7F6346. Grayscale: #969696. Windows color (decimal): -8348487 or 12164224. OLE color: 12164224.

HSL color Cylindrical-coordinate representation of color #809CB9: hue angle of 210.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #809CB9 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128156185-
CMYK0.310.1600.27
HSL210.53º28.93%61.37%-
HSV(B)210.53º30.81%72.55%-
XYZ29.5531.8750.49-
YUV150.93147.22111.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=27.29%
G=33.26%
B=39.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281561850.310.1600.27210.5328.9361.37
Hex809CB91F1001Bd31d3d
Octal20023427137200333233575
Binary10000000100111001011100111111100000110111101001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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