Shades of Portage #9497FE
Tints of Portage #9497FE
RGB
CMYK
RGB Variations
Color information
#9497FE (or 0x9497FE) is known color: Portage. HEX triplet: 94, 97 and FE. RGB value is (148,151,254). Sum of RGB (Red+Green+Blue) = 148+151+254=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #9497FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9497FE is #6B6801. Grayscale: #A1A1A1. Windows color (decimal): -7038978 or 16684948. OLE color: 16684948.
HSL color Cylindrical-coordinate representation of color #9497FE: hue angle of 238.3º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9497FE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 151 | 254 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.00 |
| HSL | 238.3º | 0.98% | 0.79% | - |
| HSV(B) | 238.3º | 0.42% | 1% | - |
| XYZ | 41.17 | 35.58 | 98.46 | - |
| YUV | 161.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 254 | 0.42 | 0.41 | 0 | 0.00 | 238.3 | 0.98 | 0.79 |
| Hex | 94 | 97 | FE | 2A | 29 | 0 | 0 | EE | 62 | 4F |
| Octal | 224 | 227 | 376 | 52 | 51 | 0 | 0 | 356 | 142 | 117 |
| Binary | 10010100 | 10010111 | 11111110 | 101010 | 101001 | 0 | 0 | 11101110 | 1100010 | 1001111 |
Color Harmonies of #9497FE
Complementary color
Monochromatic Colors of #9497FE
Black with #9497FE
Text Example
Text Example
White with #9497FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497FE; }
p { color: rgb(148,151,254); }
H1.HeaderClassName
{
color: #9497FE;
}
.AnyTagClassName
{
color: #9497FE;
}
</style>
background-color css
<style>
a { background-color: #9497FE; }
a { background-color: rgb(148,151,254); }
div.DivClassName
{
background-color: #9497FE;
}
.BgClassName
{
background-color: #9497FE;
}
</style>
border-color css
<style>
span { border-color: #9497FE; }
span { border-color: rgb(148,151,254); }
td.TdClassName
{
border-color: #9497FE;
}
.TagClassName
{
border-color: #9497FE;
}
</style>