Shades of Bali Hai #819FB4
Tints of Bali Hai #819FB4
RGB
CMYK
RGB Variations
Color information
#819FB4 (or 0x819FB4) is known color: Bali Hai. HEX triplet: 81, 9F and B4. RGB value is (129,159,180). Sum of RGB (Red+Green+Blue) = 129+159+180=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #819FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FB4 is #7E604B. Grayscale: #989898. Windows color (decimal): -8282188 or 11837313. OLE color: 11837313.
HSL color Cylindrical-coordinate representation of color #819FB4: hue angle of 204.71º 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 #819FB4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 159 | 180 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.29 |
| HSL | 204.71º | 0.25% | 0.61% | - |
| HSV(B) | 204.71º | 0.28% | 0.71% | - |
| XYZ | 29.69 | 32.76 | 47.94 | - |
| YUV | 152.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 180 | 0.28 | 0.12 | 0 | 0.29 | 204.71 | 0.25 | 0.61 |
| Hex | 81 | 9F | B4 | 1C | C | 0 | 1D | CD | 19 | 3D |
| Octal | 201 | 237 | 264 | 34 | 14 | 0 | 35 | 315 | 31 | 75 |
| Binary | 10000001 | 10011111 | 10110100 | 11100 | 1100 | 0 | 11101 | 11001101 | 11001 | 111101 |
Color Harmonies of #819FB4
Complementary color
Monochromatic Colors of #819FB4
Black with #819FB4
Text Example
Text Example
White with #819FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FB4; }
p { color: rgb(129,159,180); }
H1.HeaderClassName
{
color: #819FB4;
}
.AnyTagClassName
{
color: #819FB4;
}
</style>
background-color css
<style>
a { background-color: #819FB4; }
a { background-color: rgb(129,159,180); }
div.DivClassName
{
background-color: #819FB4;
}
.BgClassName
{
background-color: #819FB4;
}
</style>
border-color css
<style>
span { border-color: #819FB4; }
span { border-color: rgb(129,159,180); }
td.TdClassName
{
border-color: #819FB4;
}
.TagClassName
{
border-color: #819FB4;
}
</style>