Shades of Portage #9497FF
Tints of Portage #9497FF
RGB
CMYK
RGB Variations
Color information
#9497FF (or 0x9497FF) is known color: Portage. HEX triplet: 94, 97 and FF. RGB value is (148,151,255). Sum of RGB (Red+Green+Blue) = 148+151+255=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9497FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9497FF is #6B6800. Grayscale: #A1A1A1. Windows color (decimal): -7038977 or 16750484. OLE color: 16750484.
HSL color Cylindrical-coordinate representation of color #9497FF: hue angle of 238.32º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9497FF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 151 | 255 | - |
| CMYK | 0.42 | 0.41 | 0 | 0 |
| HSL | 238.32º | 1% | 0.79% | - |
| HSV(B) | 238.32º | 0.42% | 1% | - |
| XYZ | 41.33 | 35.65 | 99.31 | - |
| YUV | 161.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 255 | 0.42 | 0.41 | 0 | 0 | 238.32 | 1 | 0.79 |
| Hex | 94 | 97 | FF | 2A | 29 | 0 | 0 | EE | 64 | 4F |
| Octal | 224 | 227 | 377 | 52 | 51 | 0 | 0 | 356 | 144 | 117 |
| Binary | 10010100 | 10010111 | 11111111 | 101010 | 101001 | 0 | 0 | 11101110 | 1100100 | 1001111 |
Color Harmonies of #9497FF
Complementary color
Monochromatic Colors of #9497FF
Black with #9497FF
Text Example
Text Example
White with #9497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497FF; }
p { color: rgb(148,151,255); }
H1.HeaderClassName
{
color: #9497FF;
}
.AnyTagClassName
{
color: #9497FF;
}
</style>
background-color css
<style>
a { background-color: #9497FF; }
a { background-color: rgb(148,151,255); }
div.DivClassName
{
background-color: #9497FF;
}
.BgClassName
{
background-color: #9497FF;
}
</style>
border-color css
<style>
span { border-color: #9497FF; }
span { border-color: rgb(148,151,255); }
td.TdClassName
{
border-color: #9497FF;
}
.TagClassName
{
border-color: #9497FF;
}
</style>