Shades of Portage #8590ED
Tints of Portage #8590ED
RGB
CMYK
RGB Variations
Color information
#8590ED (or 0x8590ED) is known color: Portage. HEX triplet: 85, 90 and ED. RGB value is (133,144,237). Sum of RGB (Red+Green+Blue) = 133+144+237=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8590ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590ED is #7A6F12. Grayscale: #969696. Windows color (decimal): -8023827 or 15569029. OLE color: 15569029.
HSL color Cylindrical-coordinate representation of color #8590ED: hue angle of 233.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8590ED is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 144 | 237 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.07 |
| HSL | 233.65º | 0.74% | 0.73% | - |
| HSV(B) | 233.65º | 0.44% | 0.93% | - |
| XYZ | 34.93 | 31.05 | 84.27 | - |
| YUV | 151.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 237 | 0.44 | 0.39 | 0 | 0.07 | 233.65 | 0.74 | 0.73 |
| Hex | 85 | 90 | ED | 2C | 27 | 0 | 7 | EA | 4A | 49 |
| Octal | 205 | 220 | 355 | 54 | 47 | 0 | 7 | 352 | 112 | 111 |
| Binary | 10000101 | 10010000 | 11101101 | 101100 | 100111 | 0 | 111 | 11101010 | 1001010 | 1001001 |
Color Harmonies of #8590ED
Complementary color
Monochromatic Colors of #8590ED
Black with #8590ED
Text Example
Text Example
White with #8590ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590ED; }
p { color: rgb(133,144,237); }
H1.HeaderClassName
{
color: #8590ED;
}
.AnyTagClassName
{
color: #8590ED;
}
</style>
background-color css
<style>
a { background-color: #8590ED; }
a { background-color: rgb(133,144,237); }
div.DivClassName
{
background-color: #8590ED;
}
.BgClassName
{
background-color: #8590ED;
}
</style>
border-color css
<style>
span { border-color: #8590ED; }
span { border-color: rgb(133,144,237); }
td.TdClassName
{
border-color: #8590ED;
}
.TagClassName
{
border-color: #8590ED;
}
</style>