Shades of Portage #928EE1
Tints of Portage #928EE1
RGB
CMYK
RGB Variations
Color information
#928EE1 (or 0x928EE1) is known color: Portage. HEX triplet: 92, 8E and E1. RGB value is (146,142,225). Sum of RGB (Red+Green+Blue) = 146+142+225=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #928EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EE1 is #6D711E. Grayscale: #989898. Windows color (decimal): -7172383 or 14782098. OLE color: 14782098.
HSL color Cylindrical-coordinate representation of color #928EE1: hue angle of 242.89º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #928EE1 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 142 | 225 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.12 |
| HSL | 242.89º | 0.58% | 0.72% | - |
| HSV(B) | 242.89º | 0.37% | 0.88% | - |
| XYZ | 35.12 | 30.89 | 75.35 | - |
| YUV | 152.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 225 | 0.35 | 0.37 | 0 | 0.12 | 242.89 | 0.58 | 0.72 |
| Hex | 92 | 8E | E1 | 23 | 25 | 0 | C | F3 | 3A | 48 |
| Octal | 222 | 216 | 341 | 43 | 45 | 0 | 14 | 363 | 72 | 110 |
| Binary | 10010010 | 10001110 | 11100001 | 100011 | 100101 | 0 | 1100 | 11110011 | 111010 | 1001000 |
Color Harmonies of #928EE1
Complementary color
Monochromatic Colors of #928EE1
Black with #928EE1
Text Example
Text Example
White with #928EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EE1; }
p { color: rgb(146,142,225); }
H1.HeaderClassName
{
color: #928EE1;
}
.AnyTagClassName
{
color: #928EE1;
}
</style>
background-color css
<style>
a { background-color: #928EE1; }
a { background-color: rgb(146,142,225); }
div.DivClassName
{
background-color: #928EE1;
}
.BgClassName
{
background-color: #928EE1;
}
</style>
border-color css
<style>
span { border-color: #928EE1; }
span { border-color: rgb(146,142,225); }
td.TdClassName
{
border-color: #928EE1;
}
.TagClassName
{
border-color: #928EE1;
}
</style>