Shades of Bali Hai #809DB5
Tints of Bali Hai #809DB5
RGB
CMYK
RGB Variations
Color information
#809DB5 (or 0x809DB5) is known color: Bali Hai. HEX triplet: 80, 9D and B5. RGB value is (128,157,181). Sum of RGB (Red+Green+Blue) = 128+157+181=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #809DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DB5 is #7F624A. Grayscale: #969696. Windows color (decimal): -8348235 or 11902336. OLE color: 11902336.
HSL color Cylindrical-coordinate representation of color #809DB5: hue angle of 207.17º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #809DB5 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 157 | 181 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.29 |
| HSL | 207.17º | 0.26% | 0.61% | - |
| HSV(B) | 207.17º | 0.29% | 0.71% | - |
| XYZ | 29.3 | 32.04 | 48.36 | - |
| YUV | 151.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 181 | 0.29 | 0.13 | 0 | 0.29 | 207.17 | 0.26 | 0.61 |
| Hex | 80 | 9D | B5 | 1D | D | 0 | 1D | CF | 1A | 3D |
| Octal | 200 | 235 | 265 | 35 | 15 | 0 | 35 | 317 | 32 | 75 |
| Binary | 10000000 | 10011101 | 10110101 | 11101 | 1101 | 0 | 11101 | 11001111 | 11010 | 111101 |
Color Harmonies of #809DB5
Complementary color
Monochromatic Colors of #809DB5
Black with #809DB5
Text Example
Text Example
White with #809DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809DB5; }
p { color: rgb(128,157,181); }
H1.HeaderClassName
{
color: #809DB5;
}
.AnyTagClassName
{
color: #809DB5;
}
</style>
background-color css
<style>
a { background-color: #809DB5; }
a { background-color: rgb(128,157,181); }
div.DivClassName
{
background-color: #809DB5;
}
.BgClassName
{
background-color: #809DB5;
}
</style>
border-color css
<style>
span { border-color: #809DB5; }
span { border-color: rgb(128,157,181); }
td.TdClassName
{
border-color: #809DB5;
}
.TagClassName
{
border-color: #809DB5;
}
</style>