Shades of Portage #928BE7
Tints of Portage #928BE7
RGB
CMYK
RGB Variations
Color information
#928BE7 (or 0x928BE7) is known color: Portage. HEX triplet: 92, 8B and E7. RGB value is (146,139,231). Sum of RGB (Red+Green+Blue) = 146+139+231=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #928BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BE7 is #6D7418. Grayscale: #979797. Windows color (decimal): -7173145 or 15174546. OLE color: 15174546.
HSL color Cylindrical-coordinate representation of color #928BE7: hue angle of 244.57º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928BE7 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 139 | 231 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.09 |
| HSL | 244.57º | 0.66% | 0.73% | - |
| HSV(B) | 244.57º | 0.4% | 0.91% | - |
| XYZ | 35.51 | 30.35 | 79.59 | - |
| YUV | 151.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 231 | 0.37 | 0.40 | 0 | 0.09 | 244.57 | 0.66 | 0.73 |
| Hex | 92 | 8B | E7 | 25 | 28 | 0 | 9 | F5 | 42 | 49 |
| Octal | 222 | 213 | 347 | 45 | 50 | 0 | 11 | 365 | 102 | 111 |
| Binary | 10010010 | 10001011 | 11100111 | 100101 | 101000 | 0 | 1001 | 11110101 | 1000010 | 1001001 |
Color Harmonies of #928BE7
Complementary color
Monochromatic Colors of #928BE7
Black with #928BE7
Text Example
Text Example
White with #928BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BE7; }
p { color: rgb(146,139,231); }
H1.HeaderClassName
{
color: #928BE7;
}
.AnyTagClassName
{
color: #928BE7;
}
</style>
background-color css
<style>
a { background-color: #928BE7; }
a { background-color: rgb(146,139,231); }
div.DivClassName
{
background-color: #928BE7;
}
.BgClassName
{
background-color: #928BE7;
}
</style>
border-color css
<style>
span { border-color: #928BE7; }
span { border-color: rgb(146,139,231); }
td.TdClassName
{
border-color: #928BE7;
}
.TagClassName
{
border-color: #928BE7;
}
</style>