Shades of Portage #999FEF
Tints of Portage #999FEF
RGB
CMYK
RGB Variations
Color information
#999FEF (or 0x999FEF) is known color: Portage. HEX triplet: 99, 9F and EF. RGB value is (153,159,239). Sum of RGB (Red+Green+Blue) = 153+159+239=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #999FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FEF is #666010. Grayscale: #A5A5A5. Windows color (decimal): -6709265 or 15703961. OLE color: 15703961.
HSL color Cylindrical-coordinate representation of color #999FEF: hue angle of 235.81º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999FEF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 159 | 239 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.06 |
| HSL | 235.81º | 0.73% | 0.77% | - |
| HSV(B) | 235.81º | 0.36% | 0.94% | - |
| XYZ | 41.12 | 37.8 | 86.79 | - |
| YUV | 166.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 239 | 0.36 | 0.33 | 0 | 0.06 | 235.81 | 0.73 | 0.77 |
| Hex | 99 | 9F | EF | 24 | 21 | 0 | 6 | EC | 49 | 4D |
| Octal | 231 | 237 | 357 | 44 | 41 | 0 | 6 | 354 | 111 | 115 |
| Binary | 10011001 | 10011111 | 11101111 | 100100 | 100001 | 0 | 110 | 11101100 | 1001001 | 1001101 |
Color Harmonies of #999FEF
Complementary color
Monochromatic Colors of #999FEF
Black with #999FEF
Text Example
Text Example
White with #999FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FEF; }
p { color: rgb(153,159,239); }
H1.HeaderClassName
{
color: #999FEF;
}
.AnyTagClassName
{
color: #999FEF;
}
</style>
background-color css
<style>
a { background-color: #999FEF; }
a { background-color: rgb(153,159,239); }
div.DivClassName
{
background-color: #999FEF;
}
.BgClassName
{
background-color: #999FEF;
}
</style>
border-color css
<style>
span { border-color: #999FEF; }
span { border-color: rgb(153,159,239); }
td.TdClassName
{
border-color: #999FEF;
}
.TagClassName
{
border-color: #999FEF;
}
</style>