Shades of Portage #9999FE
Tints of Portage #9999FE
RGB
CMYK
RGB Variations
Color information
#9999FE (or 0x9999FE) is known color: Portage. HEX triplet: 99, 99 and FE. RGB value is (153,153,254). Sum of RGB (Red+Green+Blue) = 153+153+254=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #9999FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999FE is #666601. Grayscale: #A4A4A4. Windows color (decimal): -6710786 or 16685465. OLE color: 16685465.
HSL color Cylindrical-coordinate representation of color #9999FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9999FE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 153 | 254 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.8% | - |
| HSV(B) | 240º | 0.4% | 1% | - |
| XYZ | 42.42 | 36.71 | 98.62 | - |
| YUV | 164.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 254 | 0.40 | 0.40 | 0 | 0.00 | 240 | 0.98 | 0.8 |
| Hex | 99 | 99 | FE | 28 | 28 | 0 | 0 | F0 | 62 | 50 |
| Octal | 231 | 231 | 376 | 50 | 50 | 0 | 0 | 360 | 142 | 120 |
| Binary | 10011001 | 10011001 | 11111110 | 101000 | 101000 | 0 | 0 | 11110000 | 1100010 | 1010000 |
Color Harmonies of #9999FE
Complementary color
Monochromatic Colors of #9999FE
Black with #9999FE
Text Example
Text Example
White with #9999FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999FE; }
p { color: rgb(153,153,254); }
H1.HeaderClassName
{
color: #9999FE;
}
.AnyTagClassName
{
color: #9999FE;
}
</style>
background-color css
<style>
a { background-color: #9999FE; }
a { background-color: rgb(153,153,254); }
div.DivClassName
{
background-color: #9999FE;
}
.BgClassName
{
background-color: #9999FE;
}
</style>
border-color css
<style>
span { border-color: #9999FE; }
span { border-color: rgb(153,153,254); }
td.TdClassName
{
border-color: #9999FE;
}
.TagClassName
{
border-color: #9999FE;
}
</style>