Shades of Portage #8590CC
Tints of Portage #8590CC
RGB
CMYK
RGB Variations
Color information
#8590CC (or 0x8590CC) is known color: Portage. HEX triplet: 85, 90 and CC. RGB value is (133,144,204). Sum of RGB (Red+Green+Blue) = 133+144+204=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8590CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590CC is #7A6F33. Grayscale: #939393. Windows color (decimal): -8023860 or 13406341. OLE color: 13406341.
HSL color Cylindrical-coordinate representation of color #8590CC: hue angle of 230.7º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8590CC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 144 | 204 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.2 |
| HSL | 230.7º | 0.41% | 0.66% | - |
| HSV(B) | 230.7º | 0.35% | 0.8% | - |
| XYZ | 30.55 | 29.29 | 61.17 | - |
| YUV | 147.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 204 | 0.35 | 0.29 | 0 | 0.2 | 230.7 | 0.41 | 0.66 |
| Hex | 85 | 90 | CC | 23 | 1D | 0 | 14 | E7 | 29 | 42 |
| Octal | 205 | 220 | 314 | 43 | 35 | 0 | 24 | 347 | 51 | 102 |
| Binary | 10000101 | 10010000 | 11001100 | 100011 | 11101 | 0 | 10100 | 11100111 | 101001 | 1000010 |
Color Harmonies of #8590CC
Complementary color
Monochromatic Colors of #8590CC
Black with #8590CC
Text Example
Text Example
White with #8590CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590CC; }
p { color: rgb(133,144,204); }
H1.HeaderClassName
{
color: #8590CC;
}
.AnyTagClassName
{
color: #8590CC;
}
</style>
background-color css
<style>
a { background-color: #8590CC; }
a { background-color: rgb(133,144,204); }
div.DivClassName
{
background-color: #8590CC;
}
.BgClassName
{
background-color: #8590CC;
}
</style>
border-color css
<style>
span { border-color: #8590CC; }
span { border-color: rgb(133,144,204); }
td.TdClassName
{
border-color: #8590CC;
}
.TagClassName
{
border-color: #8590CC;
}
</style>