Shades of Portage #9197EE
Tints of Portage #9197EE
RGB
CMYK
RGB Variations
Color information
#9197EE (or 0x9197EE) is known color: Portage. HEX triplet: 91, 97 and EE. RGB value is (145,151,238). Sum of RGB (Red+Green+Blue) = 145+151+238=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #9197EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9197EE is #6E6811. Grayscale: #9E9E9E. Windows color (decimal): -7235602 or 15636369. OLE color: 15636369.
HSL color Cylindrical-coordinate representation of color #9197EE: hue angle of 236.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9197EE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 151 | 238 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.07 |
| HSL | 236.13º | 0.73% | 0.75% | - |
| HSV(B) | 236.13º | 0.39% | 0.93% | - |
| XYZ | 38.18 | 34.33 | 85.5 | - |
| YUV | 159.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 238 | 0.39 | 0.37 | 0 | 0.07 | 236.13 | 0.73 | 0.75 |
| Hex | 91 | 97 | EE | 27 | 25 | 0 | 7 | EC | 49 | 4B |
| Octal | 221 | 227 | 356 | 47 | 45 | 0 | 7 | 354 | 111 | 113 |
| Binary | 10010001 | 10010111 | 11101110 | 100111 | 100101 | 0 | 111 | 11101100 | 1001001 | 1001011 |
Color Harmonies of #9197EE
Complementary color
Monochromatic Colors of #9197EE
Black with #9197EE
Text Example
Text Example
White with #9197EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197EE; }
p { color: rgb(145,151,238); }
H1.HeaderClassName
{
color: #9197EE;
}
.AnyTagClassName
{
color: #9197EE;
}
</style>
background-color css
<style>
a { background-color: #9197EE; }
a { background-color: rgb(145,151,238); }
div.DivClassName
{
background-color: #9197EE;
}
.BgClassName
{
background-color: #9197EE;
}
</style>
border-color css
<style>
span { border-color: #9197EE; }
span { border-color: rgb(145,151,238); }
td.TdClassName
{
border-color: #9197EE;
}
.TagClassName
{
border-color: #9197EE;
}
</style>