Shades of Portage #999EEE
Tints of Portage #999EEE
RGB
CMYK
RGB Variations
Color information
#999EEE (or 0x999EEE) is known color: Portage. HEX triplet: 99, 9E and EE. RGB value is (153,158,238). Sum of RGB (Red+Green+Blue) = 153+158+238=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #999EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EEE is #666111. Grayscale: #A5A5A5. Windows color (decimal): -6709522 or 15638169. OLE color: 15638169.
HSL color Cylindrical-coordinate representation of color #999EEE: hue angle of 236.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999EEE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 158 | 238 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.07 |
| HSL | 236.47º | 0.71% | 0.77% | - |
| HSV(B) | 236.47º | 0.36% | 0.93% | - |
| XYZ | 40.8 | 37.4 | 85.96 | - |
| YUV | 165.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 238 | 0.36 | 0.34 | 0 | 0.07 | 236.47 | 0.71 | 0.77 |
| Hex | 99 | 9E | EE | 24 | 22 | 0 | 7 | EC | 47 | 4D |
| Octal | 231 | 236 | 356 | 44 | 42 | 0 | 7 | 354 | 107 | 115 |
| Binary | 10011001 | 10011110 | 11101110 | 100100 | 100010 | 0 | 111 | 11101100 | 1000111 | 1001101 |
Color Harmonies of #999EEE
Complementary color
Monochromatic Colors of #999EEE
Black with #999EEE
Text Example
Text Example
White with #999EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EEE; }
p { color: rgb(153,158,238); }
H1.HeaderClassName
{
color: #999EEE;
}
.AnyTagClassName
{
color: #999EEE;
}
</style>
background-color css
<style>
a { background-color: #999EEE; }
a { background-color: rgb(153,158,238); }
div.DivClassName
{
background-color: #999EEE;
}
.BgClassName
{
background-color: #999EEE;
}
</style>
border-color css
<style>
span { border-color: #999EEE; }
span { border-color: rgb(153,158,238); }
td.TdClassName
{
border-color: #999EEE;
}
.TagClassName
{
border-color: #999EEE;
}
</style>