#809BB7

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

Shades of Bali Hai #809BB7

Tints of Bali Hai #809BB7

Color information

#809BB7 (or 0x809BB7) is unknown color: approx Bali Hai. HEX triplet: 80, 9B and B7. RGB value is (128,155,183). Sum of RGB (Red+Green+Blue) = 128+155+183=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #809BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BB7 is #7F6448. Grayscale: #959595. Windows color (decimal): -8348745 or 12032896. OLE color: 12032896.

HSL color Cylindrical-coordinate representation of color #809BB7: hue angle of 210.55º 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 #809BB7 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB128155183-
CMYK0.300.1500.28
HSL210.55º27.64%60.98%-
HSV(B)210.55º30.05%71.76%-
XYZ29.1731.4549.33-
YUV150.12146.55112.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=27.47%
G=33.26%
B=39.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281551830.300.1500.28210.5527.6460.98
Hex809BB71EF01Cd31c3d
Octal20023326736170343233475
Binary1000000010011011101101111111011110111001101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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