Shades of Portage #9090DC
Tints of Portage #9090DC
RGB
CMYK
RGB Variations
Color information
#9090DC (or 0x9090DC) is known color: Portage. HEX triplet: 90, 90 and DC. RGB value is (144,144,220). Sum of RGB (Red+Green+Blue) = 144+144+220=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9090DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090DC is #6F6F23. Grayscale: #989898. Windows color (decimal): -7302948 or 14454928. OLE color: 14454928.
HSL color Cylindrical-coordinate representation of color #9090DC: hue angle of 240º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9090DC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 144 | 220 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.14 |
| HSL | 240º | 0.52% | 0.71% | - |
| HSV(B) | 240º | 0.35% | 0.86% | - |
| XYZ | 34.39 | 31.04 | 71.89 | - |
| YUV | 152.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 220 | 0.35 | 0.35 | 0 | 0.14 | 240 | 0.52 | 0.71 |
| Hex | 90 | 90 | DC | 23 | 23 | 0 | E | F0 | 34 | 47 |
| Octal | 220 | 220 | 334 | 43 | 43 | 0 | 16 | 360 | 64 | 107 |
| Binary | 10010000 | 10010000 | 11011100 | 100011 | 100011 | 0 | 1110 | 11110000 | 110100 | 1000111 |
Color Harmonies of #9090DC
Complementary color
Monochromatic Colors of #9090DC
Black with #9090DC
Text Example
Text Example
White with #9090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090DC; }
p { color: rgb(144,144,220); }
H1.HeaderClassName
{
color: #9090DC;
}
.AnyTagClassName
{
color: #9090DC;
}
</style>
background-color css
<style>
a { background-color: #9090DC; }
a { background-color: rgb(144,144,220); }
div.DivClassName
{
background-color: #9090DC;
}
.BgClassName
{
background-color: #9090DC;
}
</style>
border-color css
<style>
span { border-color: #9090DC; }
span { border-color: rgb(144,144,220); }
td.TdClassName
{
border-color: #9090DC;
}
.TagClassName
{
border-color: #9090DC;
}
</style>