Shades of Bali Hai #849CB5
Tints of Bali Hai #849CB5
RGB
CMYK
RGB Variations
Color information
#849CB5 (or 0x849CB5) is known color: Bali Hai. HEX triplet: 84, 9C and B5. RGB value is (132,156,181). Sum of RGB (Red+Green+Blue) = 132+156+181=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #849CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CB5 is #7B634A. Grayscale: #979797. Windows color (decimal): -8086347 or 11902084. OLE color: 11902084.
HSL color Cylindrical-coordinate representation of color #849CB5: hue angle of 210.61º 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 #849CB5 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 156 | 181 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.29 |
| HSL | 210.61º | 0.25% | 0.61% | - |
| HSV(B) | 210.61º | 0.27% | 0.71% | - |
| XYZ | 29.74 | 32.02 | 48.33 | - |
| YUV | 151.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 181 | 0.27 | 0.14 | 0 | 0.29 | 210.61 | 0.25 | 0.61 |
| Hex | 84 | 9C | B5 | 1B | E | 0 | 1D | D3 | 19 | 3D |
| Octal | 204 | 234 | 265 | 33 | 16 | 0 | 35 | 323 | 31 | 75 |
| Binary | 10000100 | 10011100 | 10110101 | 11011 | 1110 | 0 | 11101 | 11010011 | 11001 | 111101 |
Color Harmonies of #849CB5
Complementary color
Monochromatic Colors of #849CB5
Black with #849CB5
Text Example
Text Example
White with #849CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CB5; }
p { color: rgb(132,156,181); }
H1.HeaderClassName
{
color: #849CB5;
}
.AnyTagClassName
{
color: #849CB5;
}
</style>
background-color css
<style>
a { background-color: #849CB5; }
a { background-color: rgb(132,156,181); }
div.DivClassName
{
background-color: #849CB5;
}
.BgClassName
{
background-color: #849CB5;
}
</style>
border-color css
<style>
span { border-color: #849CB5; }
span { border-color: rgb(132,156,181); }
td.TdClassName
{
border-color: #849CB5;
}
.TagClassName
{
border-color: #849CB5;
}
</style>