Shades of Portage #9090DD
Tints of Portage #9090DD
RGB
CMYK
RGB Variations
Color information
#9090DD (or 0x9090DD) is known color: Portage. HEX triplet: 90, 90 and DD. RGB value is (144,144,221). Sum of RGB (Red+Green+Blue) = 144+144+221=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9090DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090DD is #6F6F22. Grayscale: #989898. Windows color (decimal): -7302947 or 14520464. OLE color: 14520464.
HSL color Cylindrical-coordinate representation of color #9090DD: hue angle of 240º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9090DD is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 144 | 221 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.13 |
| HSL | 240º | 0.53% | 0.72% | - |
| HSV(B) | 240º | 0.35% | 0.87% | - |
| XYZ | 34.53 | 31.1 | 72.59 | - |
| YUV | 152.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 221 | 0.35 | 0.35 | 0 | 0.13 | 240 | 0.53 | 0.72 |
| Hex | 90 | 90 | DD | 23 | 23 | 0 | D | F0 | 35 | 48 |
| Octal | 220 | 220 | 335 | 43 | 43 | 0 | 15 | 360 | 65 | 110 |
| Binary | 10010000 | 10010000 | 11011101 | 100011 | 100011 | 0 | 1101 | 11110000 | 110101 | 1001000 |
Color Harmonies of #9090DD
Complementary color
Monochromatic Colors of #9090DD
Black with #9090DD
Text Example
Text Example
White with #9090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090DD; }
p { color: rgb(144,144,221); }
H1.HeaderClassName
{
color: #9090DD;
}
.AnyTagClassName
{
color: #9090DD;
}
</style>
background-color css
<style>
a { background-color: #9090DD; }
a { background-color: rgb(144,144,221); }
div.DivClassName
{
background-color: #9090DD;
}
.BgClassName
{
background-color: #9090DD;
}
</style>
border-color css
<style>
span { border-color: #9090DD; }
span { border-color: rgb(144,144,221); }
td.TdClassName
{
border-color: #9090DD;
}
.TagClassName
{
border-color: #9090DD;
}
</style>