Shades of Portage #9092DD
Tints of Portage #9092DD
RGB
CMYK
RGB Variations
Color information
#9092DD (or 0x9092DD) is known color: Portage. HEX triplet: 90, 92 and DD. RGB value is (144,146,221). Sum of RGB (Red+Green+Blue) = 144+146+221=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #9092DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9092DD is #6F6D22. Grayscale: #999999. Windows color (decimal): -7302435 or 14520976. OLE color: 14520976.
HSL color Cylindrical-coordinate representation of color #9092DD: hue angle of 238.44º 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 #9092DD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 146 | 221 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.13 |
| HSL | 238.44º | 0.53% | 0.72% | - |
| HSV(B) | 238.44º | 0.35% | 0.87% | - |
| XYZ | 34.83 | 31.71 | 72.69 | - |
| YUV | 153.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 221 | 0.35 | 0.34 | 0 | 0.13 | 238.44 | 0.53 | 0.72 |
| Hex | 90 | 92 | DD | 23 | 22 | 0 | D | EE | 35 | 48 |
| Octal | 220 | 222 | 335 | 43 | 42 | 0 | 15 | 356 | 65 | 110 |
| Binary | 10010000 | 10010010 | 11011101 | 100011 | 100010 | 0 | 1101 | 11101110 | 110101 | 1001000 |
Color Harmonies of #9092DD
Complementary color
Monochromatic Colors of #9092DD
Black with #9092DD
Text Example
Text Example
White with #9092DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9092DD; }
p { color: rgb(144,146,221); }
H1.HeaderClassName
{
color: #9092DD;
}
.AnyTagClassName
{
color: #9092DD;
}
</style>
background-color css
<style>
a { background-color: #9092DD; }
a { background-color: rgb(144,146,221); }
div.DivClassName
{
background-color: #9092DD;
}
.BgClassName
{
background-color: #9092DD;
}
</style>
border-color css
<style>
span { border-color: #9092DD; }
span { border-color: rgb(144,146,221); }
td.TdClassName
{
border-color: #9092DD;
}
.TagClassName
{
border-color: #9092DD;
}
</style>