Shades of Portage #999FDD
Tints of Portage #999FDD
RGB
CMYK
RGB Variations
Color information
#999FDD (or 0x999FDD) is known color: Portage. HEX triplet: 99, 9F and DD. RGB value is (153,159,221). Sum of RGB (Red+Green+Blue) = 153+159+221=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #999FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FDD is #666022. Grayscale: #A4A4A4. Windows color (decimal): -6709283 or 14524313. OLE color: 14524313.
HSL color Cylindrical-coordinate representation of color #999FDD: hue angle of 234.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999FDD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 159 | 221 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 234.71º | 0.5% | 0.73% | - |
| HSV(B) | 234.71º | 0.31% | 0.87% | - |
| XYZ | 38.59 | 36.79 | 73.47 | - |
| YUV | 164.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 221 | 0.31 | 0.28 | 0 | 0.13 | 234.71 | 0.5 | 0.73 |
| Hex | 99 | 9F | DD | 1F | 1C | 0 | D | EB | 32 | 49 |
| Octal | 231 | 237 | 335 | 37 | 34 | 0 | 15 | 353 | 62 | 111 |
| Binary | 10011001 | 10011111 | 11011101 | 11111 | 11100 | 0 | 1101 | 11101011 | 110010 | 1001001 |
Color Harmonies of #999FDD
Complementary color
Monochromatic Colors of #999FDD
Black with #999FDD
Text Example
Text Example
White with #999FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FDD; }
p { color: rgb(153,159,221); }
H1.HeaderClassName
{
color: #999FDD;
}
.AnyTagClassName
{
color: #999FDD;
}
</style>
background-color css
<style>
a { background-color: #999FDD; }
a { background-color: rgb(153,159,221); }
div.DivClassName
{
background-color: #999FDD;
}
.BgClassName
{
background-color: #999FDD;
}
</style>
border-color css
<style>
span { border-color: #999FDD; }
span { border-color: rgb(153,159,221); }
td.TdClassName
{
border-color: #999FDD;
}
.TagClassName
{
border-color: #999FDD;
}
</style>