#809EB4

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

Shades of Bali Hai #809EB4

Tints of Bali Hai #809EB4

Color information

#809EB4 (or 0x809EB4) is unknown color: approx Bali Hai. HEX triplet: 80, 9E and B4. RGB value is (128,158,180). Sum of RGB (Red+Green+Blue) = 128+158+180=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #809EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EB4 is #7F614B. Grayscale: #979797. Windows color (decimal): -8347980 or 11837056. OLE color: 11837056.

HSL color Cylindrical-coordinate representation of color #809EB4: hue angle of 205.38º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #809EB4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128158180-
CMYK0.290.1200.29
HSL205.38º25.74%60.39%-
HSV(B)205.38º28.89%70.59%-
XYZ29.3732.3447.87-
YUV151.54144.06111.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=27.47%
G=33.91%
B=38.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281581800.290.1200.29205.3825.7460.39
Hex809EB41DC01Dcd1a3c
Octal20023626435140353153274
Binary1000000010011110101101001110111000111011100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,158,180); }

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

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

 a { background-color: rgb(128,158,180); }

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

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

 span { border-color: rgb(128,158,180); }

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