Shades of Bali Hai #849FB4
Tints of Bali Hai #849FB4
RGB
CMYK
RGB Variations
Color information
#849FB4 (or 0x849FB4) is known color: Bali Hai. HEX triplet: 84, 9F and B4. RGB value is (132,159,180). Sum of RGB (Red+Green+Blue) = 132+159+180=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #849FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB4 is #7B604B. Grayscale: #999999. Windows color (decimal): -8085580 or 11837316. OLE color: 11837316.
HSL color Cylindrical-coordinate representation of color #849FB4: hue angle of 206.25º degrees, saturation: 0.24, 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 #849FB4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 159 | 180 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.29 |
| HSL | 206.25º | 0.24% | 0.61% | - |
| HSV(B) | 206.25º | 0.27% | 0.71% | - |
| XYZ | 30.15 | 33 | 47.96 | - |
| YUV | 153.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 180 | 0.27 | 0.12 | 0 | 0.29 | 206.25 | 0.24 | 0.61 |
| Hex | 84 | 9F | B4 | 1B | C | 0 | 1D | CE | 18 | 3D |
| Octal | 204 | 237 | 264 | 33 | 14 | 0 | 35 | 316 | 30 | 75 |
| Binary | 10000100 | 10011111 | 10110100 | 11011 | 1100 | 0 | 11101 | 11001110 | 11000 | 111101 |
Color Harmonies of #849FB4
Complementary color
Monochromatic Colors of #849FB4
Black with #849FB4
Text Example
Text Example
White with #849FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB4; }
p { color: rgb(132,159,180); }
H1.HeaderClassName
{
color: #849FB4;
}
.AnyTagClassName
{
color: #849FB4;
}
</style>
background-color css
<style>
a { background-color: #849FB4; }
a { background-color: rgb(132,159,180); }
div.DivClassName
{
background-color: #849FB4;
}
.BgClassName
{
background-color: #849FB4;
}
</style>
border-color css
<style>
span { border-color: #849FB4; }
span { border-color: rgb(132,159,180); }
td.TdClassName
{
border-color: #849FB4;
}
.TagClassName
{
border-color: #849FB4;
}
</style>