Shades of Portage #9194E8
Tints of Portage #9194E8
RGB
CMYK
RGB Variations
Color information
#9194E8 (or 0x9194E8) is known color: Portage. HEX triplet: 91, 94 and E8. RGB value is (145,148,232). Sum of RGB (Red+Green+Blue) = 145+148+232=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #9194E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194E8 is #6E6B17. Grayscale: #9C9C9C. Windows color (decimal): -7236376 or 15242385. OLE color: 15242385.
HSL color Cylindrical-coordinate representation of color #9194E8: hue angle of 237.93º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9194E8 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 148 | 232 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.09 |
| HSL | 237.93º | 0.65% | 0.74% | - |
| HSV(B) | 237.93º | 0.38% | 0.91% | - |
| XYZ | 36.83 | 33.03 | 80.78 | - |
| YUV | 156.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 232 | 0.38 | 0.36 | 0 | 0.09 | 237.93 | 0.65 | 0.74 |
| Hex | 91 | 94 | E8 | 26 | 24 | 0 | 9 | EE | 41 | 4A |
| Octal | 221 | 224 | 350 | 46 | 44 | 0 | 11 | 356 | 101 | 112 |
| Binary | 10010001 | 10010100 | 11101000 | 100110 | 100100 | 0 | 1001 | 11101110 | 1000001 | 1001010 |
Color Harmonies of #9194E8
Complementary color
Monochromatic Colors of #9194E8
Black with #9194E8
Text Example
Text Example
White with #9194E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194E8; }
p { color: rgb(145,148,232); }
H1.HeaderClassName
{
color: #9194E8;
}
.AnyTagClassName
{
color: #9194E8;
}
</style>
background-color css
<style>
a { background-color: #9194E8; }
a { background-color: rgb(145,148,232); }
div.DivClassName
{
background-color: #9194E8;
}
.BgClassName
{
background-color: #9194E8;
}
</style>
border-color css
<style>
span { border-color: #9194E8; }
span { border-color: rgb(145,148,232); }
td.TdClassName
{
border-color: #9194E8;
}
.TagClassName
{
border-color: #9194E8;
}
</style>