Shades of Bali Hai #819DB1
Tints of Bali Hai #819DB1
RGB
CMYK
RGB Variations
Color information
#819DB1 (or 0x819DB1) is known color: Bali Hai. HEX triplet: 81, 9D and B1. RGB value is (129,157,177). Sum of RGB (Red+Green+Blue) = 129+157+177=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #819DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819DB1 is #7E624E. Grayscale: #969696. Windows color (decimal): -8282703 or 11640193. OLE color: 11640193.
HSL color Cylindrical-coordinate representation of color #819DB1: hue angle of 205º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #819DB1 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 157 | 177 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.31 |
| HSL | 205º | 0.24% | 0.6% | - |
| HSV(B) | 205º | 0.27% | 0.69% | - |
| XYZ | 29.05 | 31.96 | 46.23 | - |
| YUV | 150.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 177 | 0.27 | 0.11 | 0 | 0.31 | 205 | 0.24 | 0.6 |
| Hex | 81 | 9D | B1 | 1B | B | 0 | 1F | CD | 18 | 3C |
| Octal | 201 | 235 | 261 | 33 | 13 | 0 | 37 | 315 | 30 | 74 |
| Binary | 10000001 | 10011101 | 10110001 | 11011 | 1011 | 0 | 11111 | 11001101 | 11000 | 111100 |
Color Harmonies of #819DB1
Complementary color
Monochromatic Colors of #819DB1
Black with #819DB1
Text Example
Text Example
White with #819DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DB1; }
p { color: rgb(129,157,177); }
H1.HeaderClassName
{
color: #819DB1;
}
.AnyTagClassName
{
color: #819DB1;
}
</style>
background-color css
<style>
a { background-color: #819DB1; }
a { background-color: rgb(129,157,177); }
div.DivClassName
{
background-color: #819DB1;
}
.BgClassName
{
background-color: #819DB1;
}
</style>
border-color css
<style>
span { border-color: #819DB1; }
span { border-color: rgb(129,157,177); }
td.TdClassName
{
border-color: #819DB1;
}
.TagClassName
{
border-color: #819DB1;
}
</style>