Shades of Bali Hai #819DB4
Tints of Bali Hai #819DB4
RGB
CMYK
RGB Variations
Color information
#819DB4 (or 0x819DB4) is known color: Bali Hai. HEX triplet: 81, 9D and B4. RGB value is (129,157,180). Sum of RGB (Red+Green+Blue) = 129+157+180=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #819DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DB4 is #7E624B. Grayscale: #979797. Windows color (decimal): -8282700 or 11836801. OLE color: 11836801.
HSL color Cylindrical-coordinate representation of color #819DB4: hue angle of 207.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #819DB4 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 157 | 180 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.29 |
| HSL | 207.06º | 0.25% | 0.61% | - |
| HSV(B) | 207.06º | 0.28% | 0.71% | - |
| XYZ | 29.35 | 32.08 | 47.82 | - |
| YUV | 151.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 180 | 0.28 | 0.13 | 0 | 0.29 | 207.06 | 0.25 | 0.61 |
| Hex | 81 | 9D | B4 | 1C | D | 0 | 1D | CF | 19 | 3D |
| Octal | 201 | 235 | 264 | 34 | 15 | 0 | 35 | 317 | 31 | 75 |
| Binary | 10000001 | 10011101 | 10110100 | 11100 | 1101 | 0 | 11101 | 11001111 | 11001 | 111101 |
Color Harmonies of #819DB4
Complementary color
Monochromatic Colors of #819DB4
Black with #819DB4
Text Example
Text Example
White with #819DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DB4; }
p { color: rgb(129,157,180); }
H1.HeaderClassName
{
color: #819DB4;
}
.AnyTagClassName
{
color: #819DB4;
}
</style>
background-color css
<style>
a { background-color: #819DB4; }
a { background-color: rgb(129,157,180); }
div.DivClassName
{
background-color: #819DB4;
}
.BgClassName
{
background-color: #819DB4;
}
</style>
border-color css
<style>
span { border-color: #819DB4; }
span { border-color: rgb(129,157,180); }
td.TdClassName
{
border-color: #819DB4;
}
.TagClassName
{
border-color: #819DB4;
}
</style>