Shades of Portage #9197DD
Tints of Portage #9197DD
RGB
CMYK
RGB Variations
Color information
#9197DD (or 0x9197DD) is known color: Portage. HEX triplet: 91, 97 and DD. RGB value is (145,151,221). Sum of RGB (Red+Green+Blue) = 145+151+221=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #9197DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197DD is #6E6822. Grayscale: #9C9C9C. Windows color (decimal): -7235619 or 14522257. OLE color: 14522257.
HSL color Cylindrical-coordinate representation of color #9197DD: hue angle of 235.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9197DD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 151 | 221 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.13 |
| HSL | 235.26º | 0.53% | 0.72% | - |
| HSV(B) | 235.26º | 0.34% | 0.87% | - |
| XYZ | 35.79 | 33.37 | 72.96 | - |
| YUV | 157.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 221 | 0.34 | 0.32 | 0 | 0.13 | 235.26 | 0.53 | 0.72 |
| Hex | 91 | 97 | DD | 22 | 20 | 0 | D | EB | 35 | 48 |
| Octal | 221 | 227 | 335 | 42 | 40 | 0 | 15 | 353 | 65 | 110 |
| Binary | 10010001 | 10010111 | 11011101 | 100010 | 100000 | 0 | 1101 | 11101011 | 110101 | 1001000 |
Color Harmonies of #9197DD
Complementary color
Monochromatic Colors of #9197DD
Black with #9197DD
Text Example
Text Example
White with #9197DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197DD; }
p { color: rgb(145,151,221); }
H1.HeaderClassName
{
color: #9197DD;
}
.AnyTagClassName
{
color: #9197DD;
}
</style>
background-color css
<style>
a { background-color: #9197DD; }
a { background-color: rgb(145,151,221); }
div.DivClassName
{
background-color: #9197DD;
}
.BgClassName
{
background-color: #9197DD;
}
</style>
border-color css
<style>
span { border-color: #9197DD; }
span { border-color: rgb(145,151,221); }
td.TdClassName
{
border-color: #9197DD;
}
.TagClassName
{
border-color: #9197DD;
}
</style>