Shades of Portage #928FF0
Tints of Portage #928FF0
RGB
CMYK
RGB Variations
Color information
#928FF0 (or 0x928FF0) is known color: Portage. HEX triplet: 92, 8F and F0. RGB value is (146,143,240). Sum of RGB (Red+Green+Blue) = 146+143+240=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #928FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FF0 is #6D700F. Grayscale: #9A9A9A. Windows color (decimal): -7172112 or 15765394. OLE color: 15765394.
HSL color Cylindrical-coordinate representation of color #928FF0: hue angle of 241.86º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928FF0 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 143 | 240 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.06 |
| HSL | 241.86º | 0.76% | 0.75% | - |
| HSV(B) | 241.86º | 0.4% | 0.94% | - |
| XYZ | 37.4 | 32.05 | 86.65 | - |
| YUV | 154.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 240 | 0.39 | 0.40 | 0 | 0.06 | 241.86 | 0.76 | 0.75 |
| Hex | 92 | 8F | F0 | 27 | 28 | 0 | 6 | F2 | 4C | 4B |
| Octal | 222 | 217 | 360 | 47 | 50 | 0 | 6 | 362 | 114 | 113 |
| Binary | 10010010 | 10001111 | 11110000 | 100111 | 101000 | 0 | 110 | 11110010 | 1001100 | 1001011 |
Color Harmonies of #928FF0
Complementary color
Monochromatic Colors of #928FF0
Black with #928FF0
Text Example
Text Example
White with #928FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FF0; }
p { color: rgb(146,143,240); }
H1.HeaderClassName
{
color: #928FF0;
}
.AnyTagClassName
{
color: #928FF0;
}
</style>
background-color css
<style>
a { background-color: #928FF0; }
a { background-color: rgb(146,143,240); }
div.DivClassName
{
background-color: #928FF0;
}
.BgClassName
{
background-color: #928FF0;
}
</style>
border-color css
<style>
span { border-color: #928FF0; }
span { border-color: rgb(146,143,240); }
td.TdClassName
{
border-color: #928FF0;
}
.TagClassName
{
border-color: #928FF0;
}
</style>