Shades of Portage #9198E0
Tints of Portage #9198E0
RGB
CMYK
RGB Variations
Color information
#9198E0 (or 0x9198E0) is known color: Portage. HEX triplet: 91, 98 and E0. RGB value is (145,152,224). Sum of RGB (Red+Green+Blue) = 145+152+224=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #9198E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198E0 is #6E671F. Grayscale: #9D9D9D. Windows color (decimal): -7235360 or 14719121. OLE color: 14719121.
HSL color Cylindrical-coordinate representation of color #9198E0: hue angle of 234.68º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9198E0 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 152 | 224 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.12 |
| HSL | 234.68º | 0.56% | 0.72% | - |
| HSV(B) | 234.68º | 0.35% | 0.88% | - |
| XYZ | 36.36 | 33.86 | 75.14 | - |
| YUV | 158.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 224 | 0.35 | 0.32 | 0 | 0.12 | 234.68 | 0.56 | 0.72 |
| Hex | 91 | 98 | E0 | 23 | 20 | 0 | C | EB | 38 | 48 |
| Octal | 221 | 230 | 340 | 43 | 40 | 0 | 14 | 353 | 70 | 110 |
| Binary | 10010001 | 10011000 | 11100000 | 100011 | 100000 | 0 | 1100 | 11101011 | 111000 | 1001000 |
Color Harmonies of #9198E0
Complementary color
Monochromatic Colors of #9198E0
Black with #9198E0
Text Example
Text Example
White with #9198E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198E0; }
p { color: rgb(145,152,224); }
H1.HeaderClassName
{
color: #9198E0;
}
.AnyTagClassName
{
color: #9198E0;
}
</style>
background-color css
<style>
a { background-color: #9198E0; }
a { background-color: rgb(145,152,224); }
div.DivClassName
{
background-color: #9198E0;
}
.BgClassName
{
background-color: #9198E0;
}
</style>
border-color css
<style>
span { border-color: #9198E0; }
span { border-color: rgb(145,152,224); }
td.TdClassName
{
border-color: #9198E0;
}
.TagClassName
{
border-color: #9198E0;
}
</style>