Shades of Portage #8590DF
Tints of Portage #8590DF
RGB
CMYK
RGB Variations
Color information
#8590DF (or 0x8590DF) is known color: Portage. HEX triplet: 85, 90 and DF. RGB value is (133,144,223). Sum of RGB (Red+Green+Blue) = 133+144+223=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8590DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590DF is #7A6F20. Grayscale: #959595. Windows color (decimal): -8023841 or 14651525. OLE color: 14651525.
HSL color Cylindrical-coordinate representation of color #8590DF: hue angle of 232.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8590DF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 144 | 223 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.13 |
| HSL | 232.67º | 0.58% | 0.7% | - |
| HSV(B) | 232.67º | 0.4% | 0.87% | - |
| XYZ | 32.97 | 30.26 | 73.92 | - |
| YUV | 149.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 223 | 0.40 | 0.35 | 0 | 0.13 | 232.67 | 0.58 | 0.7 |
| Hex | 85 | 90 | DF | 28 | 23 | 0 | D | E9 | 3A | 46 |
| Octal | 205 | 220 | 337 | 50 | 43 | 0 | 15 | 351 | 72 | 106 |
| Binary | 10000101 | 10010000 | 11011111 | 101000 | 100011 | 0 | 1101 | 11101001 | 111010 | 1000110 |
Color Harmonies of #8590DF
Complementary color
Monochromatic Colors of #8590DF
Black with #8590DF
Text Example
Text Example
White with #8590DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590DF; }
p { color: rgb(133,144,223); }
H1.HeaderClassName
{
color: #8590DF;
}
.AnyTagClassName
{
color: #8590DF;
}
</style>
background-color css
<style>
a { background-color: #8590DF; }
a { background-color: rgb(133,144,223); }
div.DivClassName
{
background-color: #8590DF;
}
.BgClassName
{
background-color: #8590DF;
}
</style>
border-color css
<style>
span { border-color: #8590DF; }
span { border-color: rgb(133,144,223); }
td.TdClassName
{
border-color: #8590DF;
}
.TagClassName
{
border-color: #8590DF;
}
</style>