Shades of Portage #8485DF
Tints of Portage #8485DF
RGB
CMYK
RGB Variations
Color information
#8485DF (or 0x8485DF) is known color: Portage. HEX triplet: 84, 85 and DF. RGB value is (132,133,223). Sum of RGB (Red+Green+Blue) = 132+133+223=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8485DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485DF is #7B7A20. Grayscale: #8E8E8E. Windows color (decimal): -8092193 or 14648708. OLE color: 14648708.
HSL color Cylindrical-coordinate representation of color #8485DF: hue angle of 239.34º 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 #8485DF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 133 | 223 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.13 |
| HSL | 239.34º | 0.59% | 0.7% | - |
| HSV(B) | 239.34º | 0.41% | 0.87% | - |
| XYZ | 31.22 | 27.01 | 73.38 | - |
| YUV | 142.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 223 | 0.41 | 0.40 | 0 | 0.13 | 239.34 | 0.59 | 0.7 |
| Hex | 84 | 85 | DF | 29 | 28 | 0 | D | EF | 3B | 46 |
| Octal | 204 | 205 | 337 | 51 | 50 | 0 | 15 | 357 | 73 | 106 |
| Binary | 10000100 | 10000101 | 11011111 | 101001 | 101000 | 0 | 1101 | 11101111 | 111011 | 1000110 |
Color Harmonies of #8485DF
Complementary color
Monochromatic Colors of #8485DF
Black with #8485DF
Text Example
Text Example
White with #8485DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8485DF; }
p { color: rgb(132,133,223); }
H1.HeaderClassName
{
color: #8485DF;
}
.AnyTagClassName
{
color: #8485DF;
}
</style>
background-color css
<style>
a { background-color: #8485DF; }
a { background-color: rgb(132,133,223); }
div.DivClassName
{
background-color: #8485DF;
}
.BgClassName
{
background-color: #8485DF;
}
</style>
border-color css
<style>
span { border-color: #8485DF; }
span { border-color: rgb(132,133,223); }
td.TdClassName
{
border-color: #8485DF;
}
.TagClassName
{
border-color: #8485DF;
}
</style>