Shades of Portage #9195E0
Tints of Portage #9195E0
RGB
CMYK
RGB Variations
Color information
#9195E0 (or 0x9195E0) is known color: Portage. HEX triplet: 91, 95 and E0. RGB value is (145,149,224). Sum of RGB (Red+Green+Blue) = 145+149+224=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #9195E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195E0 is #6E6A1F. Grayscale: #9C9C9C. Windows color (decimal): -7236128 or 14718353. OLE color: 14718353.
HSL color Cylindrical-coordinate representation of color #9195E0: hue angle of 236.96º 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 #9195E0 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 149 | 224 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.12 |
| HSL | 236.96º | 0.56% | 0.72% | - |
| HSV(B) | 236.96º | 0.35% | 0.88% | - |
| XYZ | 35.88 | 32.9 | 74.98 | - |
| YUV | 156.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 224 | 0.35 | 0.33 | 0 | 0.12 | 236.96 | 0.56 | 0.72 |
| Hex | 91 | 95 | E0 | 23 | 21 | 0 | C | ED | 38 | 48 |
| Octal | 221 | 225 | 340 | 43 | 41 | 0 | 14 | 355 | 70 | 110 |
| Binary | 10010001 | 10010101 | 11100000 | 100011 | 100001 | 0 | 1100 | 11101101 | 111000 | 1001000 |
Color Harmonies of #9195E0
Complementary color
Monochromatic Colors of #9195E0
Black with #9195E0
Text Example
Text Example
White with #9195E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195E0; }
p { color: rgb(145,149,224); }
H1.HeaderClassName
{
color: #9195E0;
}
.AnyTagClassName
{
color: #9195E0;
}
</style>
background-color css
<style>
a { background-color: #9195E0; }
a { background-color: rgb(145,149,224); }
div.DivClassName
{
background-color: #9195E0;
}
.BgClassName
{
background-color: #9195E0;
}
</style>
border-color css
<style>
span { border-color: #9195E0; }
span { border-color: rgb(145,149,224); }
td.TdClassName
{
border-color: #9195E0;
}
.TagClassName
{
border-color: #9195E0;
}
</style>