Shades of Portage #928DE2
Tints of Portage #928DE2
RGB
CMYK
RGB Variations
Color information
#928DE2 (or 0x928DE2) is known color: Portage. HEX triplet: 92, 8D and E2. RGB value is (146,141,226). Sum of RGB (Red+Green+Blue) = 146+141+226=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #928DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DE2 is #6D721D. Grayscale: #979797. Windows color (decimal): -7172638 or 14847378. OLE color: 14847378.
HSL color Cylindrical-coordinate representation of color #928DE2: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928DE2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 141 | 226 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.11 |
| HSL | 243.53º | 0.59% | 0.72% | - |
| HSV(B) | 243.53º | 0.38% | 0.89% | - |
| XYZ | 35.11 | 30.65 | 76.02 | - |
| YUV | 152.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 226 | 0.35 | 0.38 | 0 | 0.11 | 243.53 | 0.59 | 0.72 |
| Hex | 92 | 8D | E2 | 23 | 26 | 0 | B | F4 | 3B | 48 |
| Octal | 222 | 215 | 342 | 43 | 46 | 0 | 13 | 364 | 73 | 110 |
| Binary | 10010010 | 10001101 | 11100010 | 100011 | 100110 | 0 | 1011 | 11110100 | 111011 | 1001000 |
Color Harmonies of #928DE2
Complementary color
Monochromatic Colors of #928DE2
Black with #928DE2
Text Example
Text Example
White with #928DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DE2; }
p { color: rgb(146,141,226); }
H1.HeaderClassName
{
color: #928DE2;
}
.AnyTagClassName
{
color: #928DE2;
}
</style>
background-color css
<style>
a { background-color: #928DE2; }
a { background-color: rgb(146,141,226); }
div.DivClassName
{
background-color: #928DE2;
}
.BgClassName
{
background-color: #928DE2;
}
</style>
border-color css
<style>
span { border-color: #928DE2; }
span { border-color: rgb(146,141,226); }
td.TdClassName
{
border-color: #928DE2;
}
.TagClassName
{
border-color: #928DE2;
}
</style>