Shades of Portage #999EE3
Tints of Portage #999EE3
RGB
CMYK
RGB Variations
Color information
#999EE3 (or 0x999EE3) is known color: Portage. HEX triplet: 99, 9E and E3. RGB value is (153,158,227). Sum of RGB (Red+Green+Blue) = 153+158+227=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #999EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EE3 is #66611C. Grayscale: #A4A4A4. Windows color (decimal): -6709533 or 14917273. OLE color: 14917273.
HSL color Cylindrical-coordinate representation of color #999EE3: hue angle of 235.95º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999EE3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 158 | 227 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.11 |
| HSL | 235.95º | 0.57% | 0.75% | - |
| HSV(B) | 235.95º | 0.33% | 0.89% | - |
| XYZ | 39.23 | 36.77 | 77.7 | - |
| YUV | 164.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 227 | 0.33 | 0.30 | 0 | 0.11 | 235.95 | 0.57 | 0.75 |
| Hex | 99 | 9E | E3 | 21 | 1E | 0 | B | EC | 39 | 4B |
| Octal | 231 | 236 | 343 | 41 | 36 | 0 | 13 | 354 | 71 | 113 |
| Binary | 10011001 | 10011110 | 11100011 | 100001 | 11110 | 0 | 1011 | 11101100 | 111001 | 1001011 |
Color Harmonies of #999EE3
Complementary color
Monochromatic Colors of #999EE3
Black with #999EE3
Text Example
Text Example
White with #999EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EE3; }
p { color: rgb(153,158,227); }
H1.HeaderClassName
{
color: #999EE3;
}
.AnyTagClassName
{
color: #999EE3;
}
</style>
background-color css
<style>
a { background-color: #999EE3; }
a { background-color: rgb(153,158,227); }
div.DivClassName
{
background-color: #999EE3;
}
.BgClassName
{
background-color: #999EE3;
}
</style>
border-color css
<style>
span { border-color: #999EE3; }
span { border-color: rgb(153,158,227); }
td.TdClassName
{
border-color: #999EE3;
}
.TagClassName
{
border-color: #999EE3;
}
</style>