#809FB7

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

Shades of Bali Hai #809FB7

Tints of Bali Hai #809FB7

Color information

#809FB7 (or 0x809FB7) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and B7. RGB value is (128,159,183). Sum of RGB (Red+Green+Blue) = 128+159+183=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #809FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FB7 is #7F6048. Grayscale: #989898. Windows color (decimal): -8347721 or 12033920. OLE color: 12033920.

HSL color Cylindrical-coordinate representation of color #809FB7: hue angle of 206.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #809FB7 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB128159183-
CMYK0.300.1300.28
HSL206.18º27.64%60.98%-
HSV(B)206.18º30.05%71.76%-
XYZ29.8532.849.56-
YUV152.47145.23110.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=27.23%
G=33.83%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281591830.300.1300.28206.1827.6460.98
Hex809FB71ED01Cce1c3d
Octal20023726736150343163475
Binary1000000010011111101101111111011010111001100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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