Shades of Bali Hai #819AB1
Tints of Bali Hai #819AB1
RGB
CMYK
RGB Variations
Color information
#819AB1 (or 0x819AB1) is known color: Bali Hai. HEX triplet: 81, 9A and B1. RGB value is (129,154,177). Sum of RGB (Red+Green+Blue) = 129+154+177=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 154 (60.55% from 255 or 33.48% 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 #819AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819AB1 is #7E654E. Grayscale: #959595. Windows color (decimal): -8283471 or 11639425. OLE color: 11639425.
HSL color Cylindrical-coordinate representation of color #819AB1: hue angle of 208.75º 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 #819AB1 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 154 | 177 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.31 |
| HSL | 208.75º | 0.24% | 0.6% | - |
| HSV(B) | 208.75º | 0.27% | 0.69% | - |
| XYZ | 28.54 | 30.95 | 46.06 | - |
| YUV | 149.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 177 | 0.27 | 0.13 | 0 | 0.31 | 208.75 | 0.24 | 0.6 |
| Hex | 81 | 9A | B1 | 1B | D | 0 | 1F | D1 | 18 | 3C |
| Octal | 201 | 232 | 261 | 33 | 15 | 0 | 37 | 321 | 30 | 74 |
| Binary | 10000001 | 10011010 | 10110001 | 11011 | 1101 | 0 | 11111 | 11010001 | 11000 | 111100 |
Color Harmonies of #819AB1
Complementary color
Monochromatic Colors of #819AB1
Black with #819AB1
Text Example
Text Example
White with #819AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AB1; }
p { color: rgb(129,154,177); }
H1.HeaderClassName
{
color: #819AB1;
}
.AnyTagClassName
{
color: #819AB1;
}
</style>
background-color css
<style>
a { background-color: #819AB1; }
a { background-color: rgb(129,154,177); }
div.DivClassName
{
background-color: #819AB1;
}
.BgClassName
{
background-color: #819AB1;
}
</style>
border-color css
<style>
span { border-color: #819AB1; }
span { border-color: rgb(129,154,177); }
td.TdClassName
{
border-color: #819AB1;
}
.TagClassName
{
border-color: #819AB1;
}
</style>