Shades of Portage #928FF2
Tints of Portage #928FF2
RGB
CMYK
RGB Variations
Color information
#928FF2 (or 0x928FF2) is known color: Portage. HEX triplet: 92, 8F and F2. RGB value is (146,143,242). Sum of RGB (Red+Green+Blue) = 146+143+242=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #928FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FF2 is #6D700D. Grayscale: #9A9A9A. Windows color (decimal): -7172110 or 15896466. OLE color: 15896466.
HSL color Cylindrical-coordinate representation of color #928FF2: hue angle of 241.82º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928FF2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 143 | 242 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.05 |
| HSL | 241.82º | 0.79% | 0.75% | - |
| HSV(B) | 241.82º | 0.41% | 0.95% | - |
| XYZ | 37.7 | 32.17 | 88.23 | - |
| YUV | 155.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 242 | 0.40 | 0.41 | 0 | 0.05 | 241.82 | 0.79 | 0.75 |
| Hex | 92 | 8F | F2 | 28 | 29 | 0 | 5 | F2 | 4F | 4B |
| Octal | 222 | 217 | 362 | 50 | 51 | 0 | 5 | 362 | 117 | 113 |
| Binary | 10010010 | 10001111 | 11110010 | 101000 | 101001 | 0 | 101 | 11110010 | 1001111 | 1001011 |
Color Harmonies of #928FF2
Complementary color
Monochromatic Colors of #928FF2
Black with #928FF2
Text Example
Text Example
White with #928FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FF2; }
p { color: rgb(146,143,242); }
H1.HeaderClassName
{
color: #928FF2;
}
.AnyTagClassName
{
color: #928FF2;
}
</style>
background-color css
<style>
a { background-color: #928FF2; }
a { background-color: rgb(146,143,242); }
div.DivClassName
{
background-color: #928FF2;
}
.BgClassName
{
background-color: #928FF2;
}
</style>
border-color css
<style>
span { border-color: #928FF2; }
span { border-color: rgb(146,143,242); }
td.TdClassName
{
border-color: #928FF2;
}
.TagClassName
{
border-color: #928FF2;
}
</style>