Shades of Portage #9090DB
Tints of Portage #9090DB
RGB
CMYK
RGB Variations
Color information
#9090DB (or 0x9090DB) is known color: Portage. HEX triplet: 90, 90 and DB. RGB value is (144,144,219). Sum of RGB (Red+Green+Blue) = 144+144+219=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9090DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090DB is #6F6F24. Grayscale: #989898. Windows color (decimal): -7302949 or 14389392. OLE color: 14389392.
HSL color Cylindrical-coordinate representation of color #9090DB: hue angle of 240º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9090DB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 144 | 219 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.14 |
| HSL | 240º | 0.51% | 0.71% | - |
| HSV(B) | 240º | 0.34% | 0.86% | - |
| XYZ | 34.26 | 30.99 | 71.19 | - |
| YUV | 152.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 219 | 0.34 | 0.34 | 0 | 0.14 | 240 | 0.51 | 0.71 |
| Hex | 90 | 90 | DB | 22 | 22 | 0 | E | F0 | 33 | 47 |
| Octal | 220 | 220 | 333 | 42 | 42 | 0 | 16 | 360 | 63 | 107 |
| Binary | 10010000 | 10010000 | 11011011 | 100010 | 100010 | 0 | 1110 | 11110000 | 110011 | 1000111 |
Color Harmonies of #9090DB
Complementary color
Monochromatic Colors of #9090DB
Black with #9090DB
Text Example
Text Example
White with #9090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090DB; }
p { color: rgb(144,144,219); }
H1.HeaderClassName
{
color: #9090DB;
}
.AnyTagClassName
{
color: #9090DB;
}
</style>
background-color css
<style>
a { background-color: #9090DB; }
a { background-color: rgb(144,144,219); }
div.DivClassName
{
background-color: #9090DB;
}
.BgClassName
{
background-color: #9090DB;
}
</style>
border-color css
<style>
span { border-color: #9090DB; }
span { border-color: rgb(144,144,219); }
td.TdClassName
{
border-color: #9090DB;
}
.TagClassName
{
border-color: #9090DB;
}
</style>