Shades of Portage #999FE6
Tints of Portage #999FE6
RGB
CMYK
RGB Variations
Color information
#999FE6 (or 0x999FE6) is known color: Portage. HEX triplet: 99, 9F and E6. RGB value is (153,159,230). Sum of RGB (Red+Green+Blue) = 153+159+230=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #999FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FE6 is #666019. Grayscale: #A5A5A5. Windows color (decimal): -6709274 or 15114137. OLE color: 15114137.
HSL color Cylindrical-coordinate representation of color #999FE6: hue angle of 235.32º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999FE6 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 159 | 230 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.10 |
| HSL | 235.32º | 0.61% | 0.75% | - |
| HSV(B) | 235.32º | 0.33% | 0.9% | - |
| XYZ | 39.82 | 37.28 | 79.96 | - |
| YUV | 165.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 230 | 0.33 | 0.31 | 0 | 0.10 | 235.32 | 0.61 | 0.75 |
| Hex | 99 | 9F | E6 | 21 | 1F | 0 | A | EB | 3D | 4B |
| Octal | 231 | 237 | 346 | 41 | 37 | 0 | 12 | 353 | 75 | 113 |
| Binary | 10011001 | 10011111 | 11100110 | 100001 | 11111 | 0 | 1010 | 11101011 | 111101 | 1001011 |
Color Harmonies of #999FE6
Complementary color
Monochromatic Colors of #999FE6
Black with #999FE6
Text Example
Text Example
White with #999FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FE6; }
p { color: rgb(153,159,230); }
H1.HeaderClassName
{
color: #999FE6;
}
.AnyTagClassName
{
color: #999FE6;
}
</style>
background-color css
<style>
a { background-color: #999FE6; }
a { background-color: rgb(153,159,230); }
div.DivClassName
{
background-color: #999FE6;
}
.BgClassName
{
background-color: #999FE6;
}
</style>
border-color css
<style>
span { border-color: #999FE6; }
span { border-color: rgb(153,159,230); }
td.TdClassName
{
border-color: #999FE6;
}
.TagClassName
{
border-color: #999FE6;
}
</style>