Shades of Bali Hai #819FAB
Tints of Bali Hai #819FAB
RGB
CMYK
RGB Variations
Color information
#819FAB (or 0x819FAB) is known color: Bali Hai. HEX triplet: 81, 9F and AB. RGB value is (129,159,171). Sum of RGB (Red+Green+Blue) = 129+159+171=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #819FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819FAB is #7E6054. Grayscale: #979797. Windows color (decimal): -8282197 or 11247489. OLE color: 11247489.
HSL color Cylindrical-coordinate representation of color #819FAB: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819FAB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 159 | 171 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.33 |
| HSL | 197.14º | 0.2% | 0.59% | - |
| HSV(B) | 197.14º | 0.25% | 0.67% | - |
| XYZ | 28.8 | 32.4 | 43.26 | - |
| YUV | 151.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 171 | 0.25 | 0.07 | 0 | 0.33 | 197.14 | 0.2 | 0.59 |
| Hex | 81 | 9F | AB | 19 | 7 | 0 | 21 | C5 | 14 | 3B |
| Octal | 201 | 237 | 253 | 31 | 7 | 0 | 41 | 305 | 24 | 73 |
| Binary | 10000001 | 10011111 | 10101011 | 11001 | 111 | 0 | 100001 | 11000101 | 10100 | 111011 |
Color Harmonies of #819FAB
Complementary color
Monochromatic Colors of #819FAB
Black with #819FAB
Text Example
Text Example
White with #819FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FAB; }
p { color: rgb(129,159,171); }
H1.HeaderClassName
{
color: #819FAB;
}
.AnyTagClassName
{
color: #819FAB;
}
</style>
background-color css
<style>
a { background-color: #819FAB; }
a { background-color: rgb(129,159,171); }
div.DivClassName
{
background-color: #819FAB;
}
.BgClassName
{
background-color: #819FAB;
}
</style>
border-color css
<style>
span { border-color: #819FAB; }
span { border-color: rgb(129,159,171); }
td.TdClassName
{
border-color: #819FAB;
}
.TagClassName
{
border-color: #819FAB;
}
</style>