Shades of Portage #9199CE
Tints of Portage #9199CE
RGB
CMYK
RGB Variations
Color information
#9199CE (or 0x9199CE) is known color: Portage. HEX triplet: 91, 99 and CE. RGB value is (145,153,206). Sum of RGB (Red+Green+Blue) = 145+153+206=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9199CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199CE is #6E6631. Grayscale: #9C9C9C. Windows color (decimal): -7235122 or 13539729. OLE color: 13539729.
HSL color Cylindrical-coordinate representation of color #9199CE: hue angle of 232.13º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9199CE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 153 | 206 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.19 |
| HSL | 232.13º | 0.38% | 0.69% | - |
| HSV(B) | 232.13º | 0.3% | 0.81% | - |
| XYZ | 34.21 | 33.26 | 63.01 | - |
| YUV | 156.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 206 | 0.30 | 0.26 | 0 | 0.19 | 232.13 | 0.38 | 0.69 |
| Hex | 91 | 99 | CE | 1E | 1A | 0 | 13 | E8 | 26 | 45 |
| Octal | 221 | 231 | 316 | 36 | 32 | 0 | 23 | 350 | 46 | 105 |
| Binary | 10010001 | 10011001 | 11001110 | 11110 | 11010 | 0 | 10011 | 11101000 | 100110 | 1000101 |
Color Harmonies of #9199CE
Complementary color
Monochromatic Colors of #9199CE
Black with #9199CE
Text Example
Text Example
White with #9199CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199CE; }
p { color: rgb(145,153,206); }
H1.HeaderClassName
{
color: #9199CE;
}
.AnyTagClassName
{
color: #9199CE;
}
</style>
background-color css
<style>
a { background-color: #9199CE; }
a { background-color: rgb(145,153,206); }
div.DivClassName
{
background-color: #9199CE;
}
.BgClassName
{
background-color: #9199CE;
}
</style>
border-color css
<style>
span { border-color: #9199CE; }
span { border-color: rgb(145,153,206); }
td.TdClassName
{
border-color: #9199CE;
}
.TagClassName
{
border-color: #9199CE;
}
</style>