Shades of Portage #8590DB
Tints of Portage #8590DB
RGB
CMYK
RGB Variations
Color information
#8590DB (or 0x8590DB) is known color: Portage. HEX triplet: 85, 90 and DB. RGB value is (133,144,219). Sum of RGB (Red+Green+Blue) = 133+144+219=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8590DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590DB is #7A6F24. Grayscale: #949494. Windows color (decimal): -8023845 or 14389381. OLE color: 14389381.
HSL color Cylindrical-coordinate representation of color #8590DB: hue angle of 232.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8590DB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 144 | 219 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.14 |
| HSL | 232.33º | 0.54% | 0.69% | - |
| HSV(B) | 232.33º | 0.39% | 0.86% | - |
| XYZ | 32.43 | 30.05 | 71.11 | - |
| YUV | 149.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 219 | 0.39 | 0.34 | 0 | 0.14 | 232.33 | 0.54 | 0.69 |
| Hex | 85 | 90 | DB | 27 | 22 | 0 | E | E8 | 36 | 45 |
| Octal | 205 | 220 | 333 | 47 | 42 | 0 | 16 | 350 | 66 | 105 |
| Binary | 10000101 | 10010000 | 11011011 | 100111 | 100010 | 0 | 1110 | 11101000 | 110110 | 1000101 |
Color Harmonies of #8590DB
Complementary color
Monochromatic Colors of #8590DB
Black with #8590DB
Text Example
Text Example
White with #8590DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590DB; }
p { color: rgb(133,144,219); }
H1.HeaderClassName
{
color: #8590DB;
}
.AnyTagClassName
{
color: #8590DB;
}
</style>
background-color css
<style>
a { background-color: #8590DB; }
a { background-color: rgb(133,144,219); }
div.DivClassName
{
background-color: #8590DB;
}
.BgClassName
{
background-color: #8590DB;
}
</style>
border-color css
<style>
span { border-color: #8590DB; }
span { border-color: rgb(133,144,219); }
td.TdClassName
{
border-color: #8590DB;
}
.TagClassName
{
border-color: #8590DB;
}
</style>