#809BAD

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

Shades of Bali Hai #809BAD

Tints of Bali Hai #809BAD

Color information

#809BAD (or 0x809BAD) is unknown color: approx Bali Hai. HEX triplet: 80, 9B and AD. RGB value is (128,155,173). Sum of RGB (Red+Green+Blue) = 128+155+173=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #809BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BAD is #7F6452. Grayscale: #949494. Windows color (decimal): -8348755 or 11377536. OLE color: 11377536.

HSL color Cylindrical-coordinate representation of color #809BAD: hue angle of 204º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809BAD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128155173-
CMYK0.260.1000.32
HSL204º21.53%59.02%-
HSV(B)204º26.01%67.84%-
XYZ28.1731.0544.04-
YUV148.98141.55113.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=28.07%
G=33.99%
B=37.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281551730.260.1000.3220421.5359.02
Hex809BAD1AA020cc163b
Octal20023325532120403142673
Binary10000000100110111010110111010101001000001100110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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