Shades of Portage #999EE9
Tints of Portage #999EE9
RGB
CMYK
RGB Variations
Color information
#999EE9 (or 0x999EE9) is known color: Portage. HEX triplet: 99, 9E and E9. RGB value is (153,158,233). Sum of RGB (Red+Green+Blue) = 153+158+233=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #999EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EE9 is #666116. Grayscale: #A4A4A4. Windows color (decimal): -6709527 or 15310489. OLE color: 15310489.
HSL color Cylindrical-coordinate representation of color #999EE9: hue angle of 236.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999EE9 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 158 | 233 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.09 |
| HSL | 236.25º | 0.65% | 0.76% | - |
| HSV(B) | 236.25º | 0.34% | 0.91% | - |
| XYZ | 40.07 | 37.11 | 82.14 | - |
| YUV | 165.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 233 | 0.34 | 0.32 | 0 | 0.09 | 236.25 | 0.65 | 0.76 |
| Hex | 99 | 9E | E9 | 22 | 20 | 0 | 9 | EC | 41 | 4C |
| Octal | 231 | 236 | 351 | 42 | 40 | 0 | 11 | 354 | 101 | 114 |
| Binary | 10011001 | 10011110 | 11101001 | 100010 | 100000 | 0 | 1001 | 11101100 | 1000001 | 1001100 |
Color Harmonies of #999EE9
Complementary color
Monochromatic Colors of #999EE9
Black with #999EE9
Text Example
Text Example
White with #999EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EE9; }
p { color: rgb(153,158,233); }
H1.HeaderClassName
{
color: #999EE9;
}
.AnyTagClassName
{
color: #999EE9;
}
</style>
background-color css
<style>
a { background-color: #999EE9; }
a { background-color: rgb(153,158,233); }
div.DivClassName
{
background-color: #999EE9;
}
.BgClassName
{
background-color: #999EE9;
}
</style>
border-color css
<style>
span { border-color: #999EE9; }
span { border-color: rgb(153,158,233); }
td.TdClassName
{
border-color: #999EE9;
}
.TagClassName
{
border-color: #999EE9;
}
</style>