Shades of Portage #849DD8
Tints of Portage #849DD8
RGB
CMYK
RGB Variations
Color information
#849DD8 (or 0x849DD8) is known color: Portage. HEX triplet: 84, 9D and D8. RGB value is (132,157,216). Sum of RGB (Red+Green+Blue) = 132+157+216=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #849DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DD8 is #7B6227. Grayscale: #9B9B9B. Windows color (decimal): -8086056 or 14196100. OLE color: 14196100.
HSL color Cylindrical-coordinate representation of color #849DD8: hue angle of 222.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849DD8 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 157 | 216 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.15 |
| HSL | 222.14º | 0.52% | 0.68% | - |
| HSV(B) | 222.14º | 0.39% | 0.85% | - |
| XYZ | 33.97 | 33.98 | 69.73 | - |
| YUV | 156.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 216 | 0.39 | 0.27 | 0 | 0.15 | 222.14 | 0.52 | 0.68 |
| Hex | 84 | 9D | D8 | 27 | 1B | 0 | F | DE | 34 | 44 |
| Octal | 204 | 235 | 330 | 47 | 33 | 0 | 17 | 336 | 64 | 104 |
| Binary | 10000100 | 10011101 | 11011000 | 100111 | 11011 | 0 | 1111 | 11011110 | 110100 | 1000100 |
Color Harmonies of #849DD8
Complementary color
Monochromatic Colors of #849DD8
Black with #849DD8
Text Example
Text Example
White with #849DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DD8; }
p { color: rgb(132,157,216); }
H1.HeaderClassName
{
color: #849DD8;
}
.AnyTagClassName
{
color: #849DD8;
}
</style>
background-color css
<style>
a { background-color: #849DD8; }
a { background-color: rgb(132,157,216); }
div.DivClassName
{
background-color: #849DD8;
}
.BgClassName
{
background-color: #849DD8;
}
</style>
border-color css
<style>
span { border-color: #849DD8; }
span { border-color: rgb(132,157,216); }
td.TdClassName
{
border-color: #849DD8;
}
.TagClassName
{
border-color: #849DD8;
}
</style>