Shades of Portage #928DEA
Tints of Portage #928DEA
RGB
CMYK
RGB Variations
Color information
#928DEA (or 0x928DEA) is known color: Portage. HEX triplet: 92, 8D and EA. RGB value is (146,141,234). Sum of RGB (Red+Green+Blue) = 146+141+234=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #928DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DEA is #6D7215. Grayscale: #989898. Windows color (decimal): -7172630 or 15371666. OLE color: 15371666.
HSL color Cylindrical-coordinate representation of color #928DEA: hue angle of 243.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928DEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 141 | 234 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.08 |
| HSL | 243.23º | 0.69% | 0.74% | - |
| HSV(B) | 243.23º | 0.4% | 0.92% | - |
| XYZ | 36.23 | 31.1 | 81.94 | - |
| YUV | 153.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 234 | 0.38 | 0.40 | 0 | 0.08 | 243.23 | 0.69 | 0.74 |
| Hex | 92 | 8D | EA | 26 | 28 | 0 | 8 | F3 | 45 | 4A |
| Octal | 222 | 215 | 352 | 46 | 50 | 0 | 10 | 363 | 105 | 112 |
| Binary | 10010010 | 10001101 | 11101010 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000101 | 1001010 |
Color Harmonies of #928DEA
Complementary color
Monochromatic Colors of #928DEA
Black with #928DEA
Text Example
Text Example
White with #928DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DEA; }
p { color: rgb(146,141,234); }
H1.HeaderClassName
{
color: #928DEA;
}
.AnyTagClassName
{
color: #928DEA;
}
</style>
background-color css
<style>
a { background-color: #928DEA; }
a { background-color: rgb(146,141,234); }
div.DivClassName
{
background-color: #928DEA;
}
.BgClassName
{
background-color: #928DEA;
}
</style>
border-color css
<style>
span { border-color: #928DEA; }
span { border-color: rgb(146,141,234); }
td.TdClassName
{
border-color: #928DEA;
}
.TagClassName
{
border-color: #928DEA;
}
</style>