Shades of Portage #9997FE
Tints of Portage #9997FE
RGB
CMYK
RGB Variations
Color information
#9997FE (or 0x9997FE) is known color: Portage. HEX triplet: 99, 97 and FE. RGB value is (153,151,254). Sum of RGB (Red+Green+Blue) = 153+151+254=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #9997FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9997FE is #666801. Grayscale: #A2A2A2. Windows color (decimal): -6711298 or 16684953. OLE color: 16684953.
HSL color Cylindrical-coordinate representation of color #9997FE: hue angle of 241.17º 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 #9997FE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 151 | 254 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.00 |
| HSL | 241.17º | 0.98% | 0.79% | - |
| HSV(B) | 241.17º | 0.41% | 1% | - |
| XYZ | 42.09 | 36.06 | 98.51 | - |
| YUV | 163.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 254 | 0.40 | 0.41 | 0 | 0.00 | 241.17 | 0.98 | 0.79 |
| Hex | 99 | 97 | FE | 28 | 29 | 0 | 0 | F1 | 62 | 4F |
| Octal | 231 | 227 | 376 | 50 | 51 | 0 | 0 | 361 | 142 | 117 |
| Binary | 10011001 | 10010111 | 11111110 | 101000 | 101001 | 0 | 0 | 11110001 | 1100010 | 1001111 |
Color Harmonies of #9997FE
Complementary color
Monochromatic Colors of #9997FE
Black with #9997FE
Text Example
Text Example
White with #9997FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997FE; }
p { color: rgb(153,151,254); }
H1.HeaderClassName
{
color: #9997FE;
}
.AnyTagClassName
{
color: #9997FE;
}
</style>
background-color css
<style>
a { background-color: #9997FE; }
a { background-color: rgb(153,151,254); }
div.DivClassName
{
background-color: #9997FE;
}
.BgClassName
{
background-color: #9997FE;
}
</style>
border-color css
<style>
span { border-color: #9997FE; }
span { border-color: rgb(153,151,254); }
td.TdClassName
{
border-color: #9997FE;
}
.TagClassName
{
border-color: #9997FE;
}
</style>