Shades of Bali Hai #849FB3
Tints of Bali Hai #849FB3
RGB
CMYK
RGB Variations
Color information
#849FB3 (or 0x849FB3) is known color: Bali Hai. HEX triplet: 84, 9F and B3. RGB value is (132,159,179). Sum of RGB (Red+Green+Blue) = 132+159+179=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #849FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB3 is #7B604C. Grayscale: #999999. Windows color (decimal): -8085581 or 11771780. OLE color: 11771780.
HSL color Cylindrical-coordinate representation of color #849FB3: hue angle of 205.53º degrees, saturation: 0.24, 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 #849FB3 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 159 | 179 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.30 |
| HSL | 205.53º | 0.24% | 0.61% | - |
| HSV(B) | 205.53º | 0.26% | 0.7% | - |
| XYZ | 30.05 | 32.96 | 47.43 | - |
| YUV | 153.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 179 | 0.26 | 0.11 | 0 | 0.30 | 205.53 | 0.24 | 0.61 |
| Hex | 84 | 9F | B3 | 1A | B | 0 | 1E | CE | 18 | 3D |
| Octal | 204 | 237 | 263 | 32 | 13 | 0 | 36 | 316 | 30 | 75 |
| Binary | 10000100 | 10011111 | 10110011 | 11010 | 1011 | 0 | 11110 | 11001110 | 11000 | 111101 |
Color Harmonies of #849FB3
Complementary color
Monochromatic Colors of #849FB3
Black with #849FB3
Text Example
Text Example
White with #849FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB3; }
p { color: rgb(132,159,179); }
H1.HeaderClassName
{
color: #849FB3;
}
.AnyTagClassName
{
color: #849FB3;
}
</style>
background-color css
<style>
a { background-color: #849FB3; }
a { background-color: rgb(132,159,179); }
div.DivClassName
{
background-color: #849FB3;
}
.BgClassName
{
background-color: #849FB3;
}
</style>
border-color css
<style>
span { border-color: #849FB3; }
span { border-color: rgb(132,159,179); }
td.TdClassName
{
border-color: #849FB3;
}
.TagClassName
{
border-color: #849FB3;
}
</style>