Shades of Bali Hai #849DB5
Tints of Bali Hai #849DB5
RGB
CMYK
RGB Variations
Color information
#849DB5 (or 0x849DB5) is known color: Bali Hai. HEX triplet: 84, 9D and B5. RGB value is (132,157,181). Sum of RGB (Red+Green+Blue) = 132+157+181=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #849DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DB5 is #7B624A. Grayscale: #989898. Windows color (decimal): -8086091 or 11902340. OLE color: 11902340.
HSL color Cylindrical-coordinate representation of color #849DB5: hue angle of 209.39º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849DB5 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 157 | 181 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.29 |
| HSL | 209.39º | 0.25% | 0.61% | - |
| HSV(B) | 209.39º | 0.27% | 0.71% | - |
| XYZ | 29.91 | 32.36 | 48.38 | - |
| YUV | 152.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 181 | 0.27 | 0.13 | 0 | 0.29 | 209.39 | 0.25 | 0.61 |
| Hex | 84 | 9D | B5 | 1B | D | 0 | 1D | D1 | 19 | 3D |
| Octal | 204 | 235 | 265 | 33 | 15 | 0 | 35 | 321 | 31 | 75 |
| Binary | 10000100 | 10011101 | 10110101 | 11011 | 1101 | 0 | 11101 | 11010001 | 11001 | 111101 |
Color Harmonies of #849DB5
Complementary color
Monochromatic Colors of #849DB5
Black with #849DB5
Text Example
Text Example
White with #849DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DB5; }
p { color: rgb(132,157,181); }
H1.HeaderClassName
{
color: #849DB5;
}
.AnyTagClassName
{
color: #849DB5;
}
</style>
background-color css
<style>
a { background-color: #849DB5; }
a { background-color: rgb(132,157,181); }
div.DivClassName
{
background-color: #849DB5;
}
.BgClassName
{
background-color: #849DB5;
}
</style>
border-color css
<style>
span { border-color: #849DB5; }
span { border-color: rgb(132,157,181); }
td.TdClassName
{
border-color: #849DB5;
}
.TagClassName
{
border-color: #849DB5;
}
</style>