Shades of Portage #9096DB
Tints of Portage #9096DB
RGB
CMYK
RGB Variations
Color information
#9096DB (or 0x9096DB) is known color: Portage. HEX triplet: 90, 96 and DB. RGB value is (144,150,219). Sum of RGB (Red+Green+Blue) = 144+150+219=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9096DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096DB is #6F6924. Grayscale: #9B9B9B. Windows color (decimal): -7301413 or 14390928. OLE color: 14390928.
HSL color Cylindrical-coordinate representation of color #9096DB: hue angle of 235.2º 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 #9096DB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 150 | 219 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.14 |
| HSL | 235.2º | 0.51% | 0.71% | - |
| HSV(B) | 235.2º | 0.34% | 0.86% | - |
| XYZ | 35.19 | 32.86 | 71.5 | - |
| YUV | 156.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 219 | 0.34 | 0.32 | 0 | 0.14 | 235.2 | 0.51 | 0.71 |
| Hex | 90 | 96 | DB | 22 | 20 | 0 | E | EB | 33 | 47 |
| Octal | 220 | 226 | 333 | 42 | 40 | 0 | 16 | 353 | 63 | 107 |
| Binary | 10010000 | 10010110 | 11011011 | 100010 | 100000 | 0 | 1110 | 11101011 | 110011 | 1000111 |
Color Harmonies of #9096DB
Complementary color
Monochromatic Colors of #9096DB
Black with #9096DB
Text Example
Text Example
White with #9096DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096DB; }
p { color: rgb(144,150,219); }
H1.HeaderClassName
{
color: #9096DB;
}
.AnyTagClassName
{
color: #9096DB;
}
</style>
background-color css
<style>
a { background-color: #9096DB; }
a { background-color: rgb(144,150,219); }
div.DivClassName
{
background-color: #9096DB;
}
.BgClassName
{
background-color: #9096DB;
}
</style>
border-color css
<style>
span { border-color: #9096DB; }
span { border-color: rgb(144,150,219); }
td.TdClassName
{
border-color: #9096DB;
}
.TagClassName
{
border-color: #9096DB;
}
</style>