Shades of Portage #928DED
Tints of Portage #928DED
RGB
CMYK
RGB Variations
Color information
#928DED (or 0x928DED) is known color: Portage. HEX triplet: 92, 8D and ED. RGB value is (146,141,237). Sum of RGB (Red+Green+Blue) = 146+141+237=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #928DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DED is #6D7212. Grayscale: #999999. Windows color (decimal): -7172627 or 15568274. OLE color: 15568274.
HSL color Cylindrical-coordinate representation of color #928DED: hue angle of 243.13º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928DED is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 141 | 237 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.07 |
| HSL | 243.13º | 0.73% | 0.74% | - |
| HSV(B) | 243.13º | 0.41% | 0.93% | - |
| XYZ | 36.67 | 31.28 | 84.23 | - |
| YUV | 153.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 237 | 0.38 | 0.41 | 0 | 0.07 | 243.13 | 0.73 | 0.74 |
| Hex | 92 | 8D | ED | 26 | 29 | 0 | 7 | F3 | 49 | 4A |
| Octal | 222 | 215 | 355 | 46 | 51 | 0 | 7 | 363 | 111 | 112 |
| Binary | 10010010 | 10001101 | 11101101 | 100110 | 101001 | 0 | 111 | 11110011 | 1001001 | 1001010 |
Color Harmonies of #928DED
Complementary color
Monochromatic Colors of #928DED
Black with #928DED
Text Example
Text Example
White with #928DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DED; }
p { color: rgb(146,141,237); }
H1.HeaderClassName
{
color: #928DED;
}
.AnyTagClassName
{
color: #928DED;
}
</style>
background-color css
<style>
a { background-color: #928DED; }
a { background-color: rgb(146,141,237); }
div.DivClassName
{
background-color: #928DED;
}
.BgClassName
{
background-color: #928DED;
}
</style>
border-color css
<style>
span { border-color: #928DED; }
span { border-color: rgb(146,141,237); }
td.TdClassName
{
border-color: #928DED;
}
.TagClassName
{
border-color: #928DED;
}
</style>