Shades of Portage #849EDF
Tints of Portage #849EDF
RGB
CMYK
RGB Variations
Color information
#849EDF (or 0x849EDF) is known color: Portage. HEX triplet: 84, 9E and DF. RGB value is (132,158,223). Sum of RGB (Red+Green+Blue) = 132+158+223=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #849EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EDF is #7B6120. Grayscale: #9D9D9D. Windows color (decimal): -8085793 or 14655108. OLE color: 14655108.
HSL color Cylindrical-coordinate representation of color #849EDF: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849EDF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 158 | 223 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.13 |
| HSL | 222.86º | 0.59% | 0.7% | - |
| HSV(B) | 222.86º | 0.41% | 0.87% | - |
| XYZ | 35.06 | 34.69 | 74.66 | - |
| YUV | 157.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 223 | 0.41 | 0.29 | 0 | 0.13 | 222.86 | 0.59 | 0.7 |
| Hex | 84 | 9E | DF | 29 | 1D | 0 | D | DF | 3B | 46 |
| Octal | 204 | 236 | 337 | 51 | 35 | 0 | 15 | 337 | 73 | 106 |
| Binary | 10000100 | 10011110 | 11011111 | 101001 | 11101 | 0 | 1101 | 11011111 | 111011 | 1000110 |
Color Harmonies of #849EDF
Complementary color
Monochromatic Colors of #849EDF
Black with #849EDF
Text Example
Text Example
White with #849EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EDF; }
p { color: rgb(132,158,223); }
H1.HeaderClassName
{
color: #849EDF;
}
.AnyTagClassName
{
color: #849EDF;
}
</style>
background-color css
<style>
a { background-color: #849EDF; }
a { background-color: rgb(132,158,223); }
div.DivClassName
{
background-color: #849EDF;
}
.BgClassName
{
background-color: #849EDF;
}
</style>
border-color css
<style>
span { border-color: #849EDF; }
span { border-color: rgb(132,158,223); }
td.TdClassName
{
border-color: #849EDF;
}
.TagClassName
{
border-color: #849EDF;
}
</style>