Shades of Portage #9193ED
Tints of Portage #9193ED
RGB
CMYK
RGB Variations
Color information
#9193ED (or 0x9193ED) is known color: Portage. HEX triplet: 91, 93 and ED. RGB value is (145,147,237). Sum of RGB (Red+Green+Blue) = 145+147+237=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #9193ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9193ED is #6E6C12. Grayscale: #9C9C9C. Windows color (decimal): -7236627 or 15569809. OLE color: 15569809.
HSL color Cylindrical-coordinate representation of color #9193ED: hue angle of 238.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9193ED is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 147 | 237 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.07 |
| HSL | 238.7º | 0.72% | 0.75% | - |
| HSV(B) | 238.7º | 0.39% | 0.93% | - |
| XYZ | 37.4 | 33 | 84.52 | - |
| YUV | 156.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 237 | 0.39 | 0.38 | 0 | 0.07 | 238.7 | 0.72 | 0.75 |
| Hex | 91 | 93 | ED | 27 | 26 | 0 | 7 | EF | 48 | 4B |
| Octal | 221 | 223 | 355 | 47 | 46 | 0 | 7 | 357 | 110 | 113 |
| Binary | 10010001 | 10010011 | 11101101 | 100111 | 100110 | 0 | 111 | 11101111 | 1001000 | 1001011 |
Color Harmonies of #9193ED
Complementary color
Monochromatic Colors of #9193ED
Black with #9193ED
Text Example
Text Example
White with #9193ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193ED; }
p { color: rgb(145,147,237); }
H1.HeaderClassName
{
color: #9193ED;
}
.AnyTagClassName
{
color: #9193ED;
}
</style>
background-color css
<style>
a { background-color: #9193ED; }
a { background-color: rgb(145,147,237); }
div.DivClassName
{
background-color: #9193ED;
}
.BgClassName
{
background-color: #9193ED;
}
</style>
border-color css
<style>
span { border-color: #9193ED; }
span { border-color: rgb(145,147,237); }
td.TdClassName
{
border-color: #9193ED;
}
.TagClassName
{
border-color: #9193ED;
}
</style>