Shades of Portage #8590CF
Tints of Portage #8590CF
RGB
CMYK
RGB Variations
Color information
#8590CF (or 0x8590CF) is known color: Portage. HEX triplet: 85, 90 and CF. RGB value is (133,144,207). Sum of RGB (Red+Green+Blue) = 133+144+207=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #8590CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590CF is #7A6F30. Grayscale: #939393. Windows color (decimal): -8023857 or 13602949. OLE color: 13602949.
HSL color Cylindrical-coordinate representation of color #8590CF: hue angle of 231.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8590CF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 144 | 207 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.19 |
| HSL | 231.08º | 0.44% | 0.67% | - |
| HSV(B) | 231.08º | 0.36% | 0.81% | - |
| XYZ | 30.91 | 29.44 | 63.08 | - |
| YUV | 147.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 207 | 0.36 | 0.30 | 0 | 0.19 | 231.08 | 0.44 | 0.67 |
| Hex | 85 | 90 | CF | 24 | 1E | 0 | 13 | E7 | 2C | 43 |
| Octal | 205 | 220 | 317 | 44 | 36 | 0 | 23 | 347 | 54 | 103 |
| Binary | 10000101 | 10010000 | 11001111 | 100100 | 11110 | 0 | 10011 | 11100111 | 101100 | 1000011 |
Color Harmonies of #8590CF
Complementary color
Monochromatic Colors of #8590CF
Black with #8590CF
Text Example
Text Example
White with #8590CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590CF; }
p { color: rgb(133,144,207); }
H1.HeaderClassName
{
color: #8590CF;
}
.AnyTagClassName
{
color: #8590CF;
}
</style>
background-color css
<style>
a { background-color: #8590CF; }
a { background-color: rgb(133,144,207); }
div.DivClassName
{
background-color: #8590CF;
}
.BgClassName
{
background-color: #8590CF;
}
</style>
border-color css
<style>
span { border-color: #8590CF; }
span { border-color: rgb(133,144,207); }
td.TdClassName
{
border-color: #8590CF;
}
.TagClassName
{
border-color: #8590CF;
}
</style>