Shades of Bali Hai #849DB2
Tints of Bali Hai #849DB2
RGB
CMYK
RGB Variations
Color information
#849DB2 (or 0x849DB2) is known color: Bali Hai. HEX triplet: 84, 9D and B2. RGB value is (132,157,178). Sum of RGB (Red+Green+Blue) = 132+157+178=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #849DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DB2 is #7B624D. Grayscale: #979797. Windows color (decimal): -8086094 or 11705732. OLE color: 11705732.
HSL color Cylindrical-coordinate representation of color #849DB2: hue angle of 207.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #849DB2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 157 | 178 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.30 |
| HSL | 207.39º | 0.23% | 0.61% | - |
| HSV(B) | 207.39º | 0.26% | 0.7% | - |
| XYZ | 29.61 | 32.23 | 46.78 | - |
| YUV | 151.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 178 | 0.26 | 0.12 | 0 | 0.30 | 207.39 | 0.23 | 0.61 |
| Hex | 84 | 9D | B2 | 1A | C | 0 | 1E | CF | 17 | 3D |
| Octal | 204 | 235 | 262 | 32 | 14 | 0 | 36 | 317 | 27 | 75 |
| Binary | 10000100 | 10011101 | 10110010 | 11010 | 1100 | 0 | 11110 | 11001111 | 10111 | 111101 |
Color Harmonies of #849DB2
Complementary color
Monochromatic Colors of #849DB2
Black with #849DB2
Text Example
Text Example
White with #849DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DB2; }
p { color: rgb(132,157,178); }
H1.HeaderClassName
{
color: #849DB2;
}
.AnyTagClassName
{
color: #849DB2;
}
</style>
background-color css
<style>
a { background-color: #849DB2; }
a { background-color: rgb(132,157,178); }
div.DivClassName
{
background-color: #849DB2;
}
.BgClassName
{
background-color: #849DB2;
}
</style>
border-color css
<style>
span { border-color: #849DB2; }
span { border-color: rgb(132,157,178); }
td.TdClassName
{
border-color: #849DB2;
}
.TagClassName
{
border-color: #849DB2;
}
</style>