Shades of Portage #9297FF
Tints of Portage #9297FF
RGB
CMYK
RGB Variations
Color information
#9297FF (or 0x9297FF) is known color: Portage. HEX triplet: 92, 97 and FF. RGB value is (146,151,255). Sum of RGB (Red+Green+Blue) = 146+151+255=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9297FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9297FF is #6D6800. Grayscale: #A0A0A0. Windows color (decimal): -7170049 or 16750482. OLE color: 16750482.
HSL color Cylindrical-coordinate representation of color #9297FF: hue angle of 237.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9297FF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 151 | 255 | - |
| CMYK | 0.43 | 0.41 | 0 | 0 |
| HSL | 237.25º | 1% | 0.79% | - |
| HSV(B) | 237.25º | 0.43% | 1% | - |
| XYZ | 40.97 | 35.46 | 99.29 | - |
| YUV | 161.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 255 | 0.43 | 0.41 | 0 | 0 | 237.25 | 1 | 0.79 |
| Hex | 92 | 97 | FF | 2B | 29 | 0 | 0 | ED | 64 | 4F |
| Octal | 222 | 227 | 377 | 53 | 51 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010010 | 10010111 | 11111111 | 101011 | 101001 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #9297FF
Complementary color
Monochromatic Colors of #9297FF
Black with #9297FF
Text Example
Text Example
White with #9297FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9297FF; }
p { color: rgb(146,151,255); }
H1.HeaderClassName
{
color: #9297FF;
}
.AnyTagClassName
{
color: #9297FF;
}
</style>
background-color css
<style>
a { background-color: #9297FF; }
a { background-color: rgb(146,151,255); }
div.DivClassName
{
background-color: #9297FF;
}
.BgClassName
{
background-color: #9297FF;
}
</style>
border-color css
<style>
span { border-color: #9297FF; }
span { border-color: rgb(146,151,255); }
td.TdClassName
{
border-color: #9297FF;
}
.TagClassName
{
border-color: #9297FF;
}
</style>