Shades of Portage #849ADF
Tints of Portage #849ADF
RGB
CMYK
RGB Variations
Color information
#849ADF (or 0x849ADF) is known color: Portage. HEX triplet: 84, 9A and DF. RGB value is (132,154,223). Sum of RGB (Red+Green+Blue) = 132+154+223=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #849ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ADF is #7B6520. Grayscale: #9A9A9A. Windows color (decimal): -8086817 or 14654084. OLE color: 14654084.
HSL color Cylindrical-coordinate representation of color #849ADF: hue angle of 225.49º 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 #849ADF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 154 | 223 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.13 |
| HSL | 225.49º | 0.59% | 0.7% | - |
| HSV(B) | 225.49º | 0.41% | 0.87% | - |
| XYZ | 34.39 | 33.34 | 74.44 | - |
| YUV | 155.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 223 | 0.41 | 0.31 | 0 | 0.13 | 225.49 | 0.59 | 0.7 |
| Hex | 84 | 9A | DF | 29 | 1F | 0 | D | E1 | 3B | 46 |
| Octal | 204 | 232 | 337 | 51 | 37 | 0 | 15 | 341 | 73 | 106 |
| Binary | 10000100 | 10011010 | 11011111 | 101001 | 11111 | 0 | 1101 | 11100001 | 111011 | 1000110 |
Color Harmonies of #849ADF
Complementary color
Monochromatic Colors of #849ADF
Black with #849ADF
Text Example
Text Example
White with #849ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ADF; }
p { color: rgb(132,154,223); }
H1.HeaderClassName
{
color: #849ADF;
}
.AnyTagClassName
{
color: #849ADF;
}
</style>
background-color css
<style>
a { background-color: #849ADF; }
a { background-color: rgb(132,154,223); }
div.DivClassName
{
background-color: #849ADF;
}
.BgClassName
{
background-color: #849ADF;
}
</style>
border-color css
<style>
span { border-color: #849ADF; }
span { border-color: rgb(132,154,223); }
td.TdClassName
{
border-color: #849ADF;
}
.TagClassName
{
border-color: #849ADF;
}
</style>