Shades of Portage #9198CE
Tints of Portage #9198CE
RGB
CMYK
RGB Variations
Color information
#9198CE (or 0x9198CE) is known color: Portage. HEX triplet: 91, 98 and CE. RGB value is (145,152,206). Sum of RGB (Red+Green+Blue) = 145+152+206=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9198CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198CE is #6E6731. Grayscale: #9B9B9B. Windows color (decimal): -7235378 or 13539473. OLE color: 13539473.
HSL color Cylindrical-coordinate representation of color #9198CE: hue angle of 233.11º 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 #9198CE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 152 | 206 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.19 |
| HSL | 233.11º | 0.38% | 0.69% | - |
| HSV(B) | 233.11º | 0.3% | 0.81% | - |
| XYZ | 34.05 | 32.93 | 62.95 | - |
| YUV | 156.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 206 | 0.30 | 0.26 | 0 | 0.19 | 233.11 | 0.38 | 0.69 |
| Hex | 91 | 98 | CE | 1E | 1A | 0 | 13 | E9 | 26 | 45 |
| Octal | 221 | 230 | 316 | 36 | 32 | 0 | 23 | 351 | 46 | 105 |
| Binary | 10010001 | 10011000 | 11001110 | 11110 | 11010 | 0 | 10011 | 11101001 | 100110 | 1000101 |
Color Harmonies of #9198CE
Complementary color
Monochromatic Colors of #9198CE
Black with #9198CE
Text Example
Text Example
White with #9198CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198CE; }
p { color: rgb(145,152,206); }
H1.HeaderClassName
{
color: #9198CE;
}
.AnyTagClassName
{
color: #9198CE;
}
</style>
background-color css
<style>
a { background-color: #9198CE; }
a { background-color: rgb(145,152,206); }
div.DivClassName
{
background-color: #9198CE;
}
.BgClassName
{
background-color: #9198CE;
}
</style>
border-color css
<style>
span { border-color: #9198CE; }
span { border-color: rgb(145,152,206); }
td.TdClassName
{
border-color: #9198CE;
}
.TagClassName
{
border-color: #9198CE;
}
</style>