Shades of Portage #9197FE
Tints of Portage #9197FE
RGB
CMYK
RGB Variations
Color information
#9197FE (or 0x9197FE) is known color: Portage. HEX triplet: 91, 97 and FE. RGB value is (145,151,254). Sum of RGB (Red+Green+Blue) = 145+151+254=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #9197FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9197FE is #6E6801. Grayscale: #A0A0A0. Windows color (decimal): -7235586 or 16684945. OLE color: 16684945.
HSL color Cylindrical-coordinate representation of color #9197FE: hue angle of 236.7º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9197FE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 151 | 254 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.00 |
| HSL | 236.7º | 0.98% | 0.78% | - |
| HSV(B) | 236.7º | 0.43% | 1% | - |
| XYZ | 40.63 | 35.31 | 98.44 | - |
| YUV | 160.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 254 | 0.43 | 0.41 | 0 | 0.00 | 236.7 | 0.98 | 0.78 |
| Hex | 91 | 97 | FE | 2B | 29 | 0 | 0 | ED | 62 | 4E |
| Octal | 221 | 227 | 376 | 53 | 51 | 0 | 0 | 355 | 142 | 116 |
| Binary | 10010001 | 10010111 | 11111110 | 101011 | 101001 | 0 | 0 | 11101101 | 1100010 | 1001110 |
Color Harmonies of #9197FE
Complementary color
Monochromatic Colors of #9197FE
Black with #9197FE
Text Example
Text Example
White with #9197FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197FE; }
p { color: rgb(145,151,254); }
H1.HeaderClassName
{
color: #9197FE;
}
.AnyTagClassName
{
color: #9197FE;
}
</style>
background-color css
<style>
a { background-color: #9197FE; }
a { background-color: rgb(145,151,254); }
div.DivClassName
{
background-color: #9197FE;
}
.BgClassName
{
background-color: #9197FE;
}
</style>
border-color css
<style>
span { border-color: #9197FE; }
span { border-color: rgb(145,151,254); }
td.TdClassName
{
border-color: #9197FE;
}
.TagClassName
{
border-color: #9197FE;
}
</style>