Shades of Portage #928DEB
Tints of Portage #928DEB
RGB
CMYK
RGB Variations
Color information
#928DEB (or 0x928DEB) is known color: Portage. HEX triplet: 92, 8D and EB. RGB value is (146,141,235). Sum of RGB (Red+Green+Blue) = 146+141+235=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #928DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DEB is #6D7214. Grayscale: #989898. Windows color (decimal): -7172629 or 15437202. OLE color: 15437202.
HSL color Cylindrical-coordinate representation of color #928DEB: hue angle of 243.19º degrees, saturation: 0.7, 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 #928DEB is Cyan = 0.38, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 141 | 235 | - |
| CMYK | 0.38 | 0.4 | 0 | 0.08 |
| HSL | 243.19º | 0.7% | 0.74% | - |
| HSV(B) | 243.19º | 0.4% | 0.92% | - |
| XYZ | 36.37 | 31.16 | 82.69 | - |
| YUV | 153.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 235 | 0.38 | 0.4 | 0 | 0.08 | 243.19 | 0.7 | 0.74 |
| Hex | 92 | 8D | EB | 26 | 28 | 0 | 8 | F3 | 46 | 4A |
| Octal | 222 | 215 | 353 | 46 | 50 | 0 | 10 | 363 | 106 | 112 |
| Binary | 10010010 | 10001101 | 11101011 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000110 | 1001010 |
Color Harmonies of #928DEB
Complementary color
Monochromatic Colors of #928DEB
Black with #928DEB
Text Example
Text Example
White with #928DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DEB; }
p { color: rgb(146,141,235); }
H1.HeaderClassName
{
color: #928DEB;
}
.AnyTagClassName
{
color: #928DEB;
}
</style>
background-color css
<style>
a { background-color: #928DEB; }
a { background-color: rgb(146,141,235); }
div.DivClassName
{
background-color: #928DEB;
}
.BgClassName
{
background-color: #928DEB;
}
</style>
border-color css
<style>
span { border-color: #928DEB; }
span { border-color: rgb(146,141,235); }
td.TdClassName
{
border-color: #928DEB;
}
.TagClassName
{
border-color: #928DEB;
}
</style>