Shades of Portage #9099DA
Tints of Portage #9099DA
RGB
CMYK
RGB Variations
Color information
#9099DA (or 0x9099DA) is known color: Portage. HEX triplet: 90, 99 and DA. RGB value is (144,153,218). Sum of RGB (Red+Green+Blue) = 144+153+218=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #9099DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099DA is #6F6625. Grayscale: #9D9D9D. Windows color (decimal): -7300646 or 14326160. OLE color: 14326160.
HSL color Cylindrical-coordinate representation of color #9099DA: hue angle of 232.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9099DA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 153 | 218 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.15 |
| HSL | 232.7º | 0.5% | 0.71% | - |
| HSV(B) | 232.7º | 0.34% | 0.85% | - |
| XYZ | 35.55 | 33.77 | 70.98 | - |
| YUV | 157.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 218 | 0.34 | 0.30 | 0 | 0.15 | 232.7 | 0.5 | 0.71 |
| Hex | 90 | 99 | DA | 22 | 1E | 0 | F | E9 | 32 | 47 |
| Octal | 220 | 231 | 332 | 42 | 36 | 0 | 17 | 351 | 62 | 107 |
| Binary | 10010000 | 10011001 | 11011010 | 100010 | 11110 | 0 | 1111 | 11101001 | 110010 | 1000111 |
Color Harmonies of #9099DA
Complementary color
Monochromatic Colors of #9099DA
Black with #9099DA
Text Example
Text Example
White with #9099DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099DA; }
p { color: rgb(144,153,218); }
H1.HeaderClassName
{
color: #9099DA;
}
.AnyTagClassName
{
color: #9099DA;
}
</style>
background-color css
<style>
a { background-color: #9099DA; }
a { background-color: rgb(144,153,218); }
div.DivClassName
{
background-color: #9099DA;
}
.BgClassName
{
background-color: #9099DA;
}
</style>
border-color css
<style>
span { border-color: #9099DA; }
span { border-color: rgb(144,153,218); }
td.TdClassName
{
border-color: #9099DA;
}
.TagClassName
{
border-color: #9099DA;
}
</style>