#809FBA

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

Shades of Bali Hai #809FBA

Tints of Bali Hai #809FBA

Color information

#809FBA (or 0x809FBA) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and BA. RGB value is (128,159,186). Sum of RGB (Red+Green+Blue) = 128+159+186=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #809FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBA is #7F6045. Grayscale: #989898. Windows color (decimal): -8347718 or 12230528. OLE color: 12230528.

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

Color convert

RGB128159186-
CMYK0.310.1500.27
HSL207.93º29.59%61.57%-
HSV(B)207.93º31.18%72.94%-
XYZ30.1632.9351.22-
YUV152.81146.73110.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=27.06%
G=33.62%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281591860.310.1500.27207.9329.5961.57
Hex809FBA1FF01Bd01e3e
Octal20023727237170333203676
Binary1000000010011111101110101111111110110111101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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