Shades of Portage #9099DD
Tints of Portage #9099DD
RGB
CMYK
RGB Variations
Color information
#9099DD (or 0x9099DD) is known color: Portage. HEX triplet: 90, 99 and DD. RGB value is (144,153,221). Sum of RGB (Red+Green+Blue) = 144+153+221=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9099DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099DD is #6F6622. Grayscale: #9D9D9D. Windows color (decimal): -7300643 or 14522768. OLE color: 14522768.
HSL color Cylindrical-coordinate representation of color #9099DD: hue angle of 232.99º 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 #9099DD is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 153 | 221 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.13 |
| HSL | 232.99º | 0.53% | 0.72% | - |
| HSV(B) | 232.99º | 0.35% | 0.87% | - |
| XYZ | 35.94 | 33.93 | 73.06 | - |
| YUV | 158.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 221 | 0.35 | 0.31 | 0 | 0.13 | 232.99 | 0.53 | 0.72 |
| Hex | 90 | 99 | DD | 23 | 1F | 0 | D | E9 | 35 | 48 |
| Octal | 220 | 231 | 335 | 43 | 37 | 0 | 15 | 351 | 65 | 110 |
| Binary | 10010000 | 10011001 | 11011101 | 100011 | 11111 | 0 | 1101 | 11101001 | 110101 | 1001000 |
Color Harmonies of #9099DD
Complementary color
Monochromatic Colors of #9099DD
Black with #9099DD
Text Example
Text Example
White with #9099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099DD; }
p { color: rgb(144,153,221); }
H1.HeaderClassName
{
color: #9099DD;
}
.AnyTagClassName
{
color: #9099DD;
}
</style>
background-color css
<style>
a { background-color: #9099DD; }
a { background-color: rgb(144,153,221); }
div.DivClassName
{
background-color: #9099DD;
}
.BgClassName
{
background-color: #9099DD;
}
</style>
border-color css
<style>
span { border-color: #9099DD; }
span { border-color: rgb(144,153,221); }
td.TdClassName
{
border-color: #9099DD;
}
.TagClassName
{
border-color: #9099DD;
}
</style>