#809BB1

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

Shades of Bali Hai #809BB1

Tints of Bali Hai #809BB1

Color information

#809BB1 (or 0x809BB1) is unknown color: approx Bali Hai. HEX triplet: 80, 9B and B1. RGB value is (128,155,177). Sum of RGB (Red+Green+Blue) = 128+155+177=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #809BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BB1 is #7F644E. Grayscale: #959595. Windows color (decimal): -8348751 or 11639680. OLE color: 11639680.

HSL color Cylindrical-coordinate representation of color #809BB1: hue angle of 206.94º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #809BB1 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128155177-
CMYK0.280.1200.31
HSL206.94º23.9%59.8%-
HSV(B)206.94º27.68%69.41%-
XYZ28.5631.2146.11-
YUV149.44143.55112.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=27.83%
G=33.70%
B=38.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281551770.280.1200.31206.9423.959.8
Hex809BB11CC01Fcf183c
Octal20023326134140373173074
Binary1000000010011011101100011110011000111111100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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