Shades of Portage #928BEC
Tints of Portage #928BEC
RGB
CMYK
RGB Variations
Color information
#928BEC (or 0x928BEC) is known color: Portage. HEX triplet: 92, 8B and EC. RGB value is (146,139,236). Sum of RGB (Red+Green+Blue) = 146+139+236=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #928BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BEC is #6D7413. Grayscale: #979797. Windows color (decimal): -7173140 or 15502226. OLE color: 15502226.
HSL color Cylindrical-coordinate representation of color #928BEC: hue angle of 244.33º degrees, saturation: 0.72, 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 #928BEC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 139 | 236 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.07 |
| HSL | 244.33º | 0.72% | 0.74% | - |
| HSV(B) | 244.33º | 0.41% | 0.93% | - |
| XYZ | 36.23 | 30.63 | 83.36 | - |
| YUV | 152.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 236 | 0.38 | 0.41 | 0 | 0.07 | 244.33 | 0.72 | 0.74 |
| Hex | 92 | 8B | EC | 26 | 29 | 0 | 7 | F4 | 48 | 4A |
| Octal | 222 | 213 | 354 | 46 | 51 | 0 | 7 | 364 | 110 | 112 |
| Binary | 10010010 | 10001011 | 11101100 | 100110 | 101001 | 0 | 111 | 11110100 | 1001000 | 1001010 |
Color Harmonies of #928BEC
Complementary color
Monochromatic Colors of #928BEC
Black with #928BEC
Text Example
Text Example
White with #928BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BEC; }
p { color: rgb(146,139,236); }
H1.HeaderClassName
{
color: #928BEC;
}
.AnyTagClassName
{
color: #928BEC;
}
</style>
background-color css
<style>
a { background-color: #928BEC; }
a { background-color: rgb(146,139,236); }
div.DivClassName
{
background-color: #928BEC;
}
.BgClassName
{
background-color: #928BEC;
}
</style>
border-color css
<style>
span { border-color: #928BEC; }
span { border-color: rgb(146,139,236); }
td.TdClassName
{
border-color: #928BEC;
}
.TagClassName
{
border-color: #928BEC;
}
</style>