Shades of Bali Hai #849DB3
Tints of Bali Hai #849DB3
RGB
CMYK
RGB Variations
Color information
#849DB3 (or 0x849DB3) is known color: Bali Hai. HEX triplet: 84, 9D and B3. RGB value is (132,157,179). Sum of RGB (Red+Green+Blue) = 132+157+179=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #849DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DB3 is #7B624C. Grayscale: #979797. Windows color (decimal): -8086093 or 11771268. OLE color: 11771268.
HSL color Cylindrical-coordinate representation of color #849DB3: hue angle of 208.09º 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 #849DB3 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 157 | 179 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.30 |
| HSL | 208.09º | 0.24% | 0.61% | - |
| HSV(B) | 208.09º | 0.26% | 0.7% | - |
| XYZ | 29.71 | 32.27 | 47.31 | - |
| YUV | 152.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 179 | 0.26 | 0.12 | 0 | 0.30 | 208.09 | 0.24 | 0.61 |
| Hex | 84 | 9D | B3 | 1A | C | 0 | 1E | D0 | 18 | 3D |
| Octal | 204 | 235 | 263 | 32 | 14 | 0 | 36 | 320 | 30 | 75 |
| Binary | 10000100 | 10011101 | 10110011 | 11010 | 1100 | 0 | 11110 | 11010000 | 11000 | 111101 |
Color Harmonies of #849DB3
Complementary color
Monochromatic Colors of #849DB3
Black with #849DB3
Text Example
Text Example
White with #849DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DB3; }
p { color: rgb(132,157,179); }
H1.HeaderClassName
{
color: #849DB3;
}
.AnyTagClassName
{
color: #849DB3;
}
</style>
background-color css
<style>
a { background-color: #849DB3; }
a { background-color: rgb(132,157,179); }
div.DivClassName
{
background-color: #849DB3;
}
.BgClassName
{
background-color: #849DB3;
}
</style>
border-color css
<style>
span { border-color: #849DB3; }
span { border-color: rgb(132,157,179); }
td.TdClassName
{
border-color: #849DB3;
}
.TagClassName
{
border-color: #849DB3;
}
</style>