Shades of Portage #999FEC
Tints of Portage #999FEC
RGB
CMYK
RGB Variations
Color information
#999FEC (or 0x999FEC) is known color: Portage. HEX triplet: 99, 9F and EC. RGB value is (153,159,236). Sum of RGB (Red+Green+Blue) = 153+159+236=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #999FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FEC is #666013. Grayscale: #A5A5A5. Windows color (decimal): -6709268 or 15507353. OLE color: 15507353.
HSL color Cylindrical-coordinate representation of color #999FEC: hue angle of 235.66º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999FEC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 159 | 236 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.07 |
| HSL | 235.66º | 0.69% | 0.76% | - |
| HSV(B) | 235.66º | 0.35% | 0.93% | - |
| XYZ | 40.68 | 37.62 | 84.48 | - |
| YUV | 165.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 236 | 0.35 | 0.33 | 0 | 0.07 | 235.66 | 0.69 | 0.76 |
| Hex | 99 | 9F | EC | 23 | 21 | 0 | 7 | EC | 45 | 4C |
| Octal | 231 | 237 | 354 | 43 | 41 | 0 | 7 | 354 | 105 | 114 |
| Binary | 10011001 | 10011111 | 11101100 | 100011 | 100001 | 0 | 111 | 11101100 | 1000101 | 1001100 |
Color Harmonies of #999FEC
Complementary color
Monochromatic Colors of #999FEC
Black with #999FEC
Text Example
Text Example
White with #999FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FEC; }
p { color: rgb(153,159,236); }
H1.HeaderClassName
{
color: #999FEC;
}
.AnyTagClassName
{
color: #999FEC;
}
</style>
background-color css
<style>
a { background-color: #999FEC; }
a { background-color: rgb(153,159,236); }
div.DivClassName
{
background-color: #999FEC;
}
.BgClassName
{
background-color: #999FEC;
}
</style>
border-color css
<style>
span { border-color: #999FEC; }
span { border-color: rgb(153,159,236); }
td.TdClassName
{
border-color: #999FEC;
}
.TagClassName
{
border-color: #999FEC;
}
</style>