Shades of Portage #9996FE
Tints of Portage #9996FE
RGB
CMYK
RGB Variations
Color information
#9996FE (or 0x9996FE) is known color: Portage. HEX triplet: 99, 96 and FE. RGB value is (153,150,254). Sum of RGB (Red+Green+Blue) = 153+150+254=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #9996FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996FE is #666901. Grayscale: #A2A2A2. Windows color (decimal): -6711554 or 16684697. OLE color: 16684697.
HSL color Cylindrical-coordinate representation of color #9996FE: hue angle of 241.73º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9996FE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 150 | 254 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.00 |
| HSL | 241.73º | 0.98% | 0.79% | - |
| HSV(B) | 241.73º | 0.41% | 1% | - |
| XYZ | 41.93 | 35.74 | 98.45 | - |
| YUV | 162.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 254 | 0.40 | 0.41 | 0 | 0.00 | 241.73 | 0.98 | 0.79 |
| Hex | 99 | 96 | FE | 28 | 29 | 0 | 0 | F2 | 62 | 4F |
| Octal | 231 | 226 | 376 | 50 | 51 | 0 | 0 | 362 | 142 | 117 |
| Binary | 10011001 | 10010110 | 11111110 | 101000 | 101001 | 0 | 0 | 11110010 | 1100010 | 1001111 |
Color Harmonies of #9996FE
Complementary color
Monochromatic Colors of #9996FE
Black with #9996FE
Text Example
Text Example
White with #9996FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996FE; }
p { color: rgb(153,150,254); }
H1.HeaderClassName
{
color: #9996FE;
}
.AnyTagClassName
{
color: #9996FE;
}
</style>
background-color css
<style>
a { background-color: #9996FE; }
a { background-color: rgb(153,150,254); }
div.DivClassName
{
background-color: #9996FE;
}
.BgClassName
{
background-color: #9996FE;
}
</style>
border-color css
<style>
span { border-color: #9996FE; }
span { border-color: rgb(153,150,254); }
td.TdClassName
{
border-color: #9996FE;
}
.TagClassName
{
border-color: #9996FE;
}
</style>