Shades of Portage #928FF3
Tints of Portage #928FF3
RGB
CMYK
RGB Variations
Color information
#928FF3 (or 0x928FF3) is known color: Portage. HEX triplet: 92, 8F and F3. RGB value is (146,143,243). Sum of RGB (Red+Green+Blue) = 146+143+243=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #928FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FF3 is #6D700C. Grayscale: #9A9A9A. Windows color (decimal): -7172109 or 15962002. OLE color: 15962002.
HSL color Cylindrical-coordinate representation of color #928FF3: hue angle of 241.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928FF3 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 143 | 243 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.05 |
| HSL | 241.8º | 0.81% | 0.76% | - |
| HSV(B) | 241.8º | 0.41% | 0.95% | - |
| XYZ | 37.85 | 32.23 | 89.02 | - |
| YUV | 155.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 243 | 0.40 | 0.41 | 0 | 0.05 | 241.8 | 0.81 | 0.76 |
| Hex | 92 | 8F | F3 | 28 | 29 | 0 | 5 | F2 | 51 | 4C |
| Octal | 222 | 217 | 363 | 50 | 51 | 0 | 5 | 362 | 121 | 114 |
| Binary | 10010010 | 10001111 | 11110011 | 101000 | 101001 | 0 | 101 | 11110010 | 1010001 | 1001100 |
Color Harmonies of #928FF3
Complementary color
Monochromatic Colors of #928FF3
Black with #928FF3
Text Example
Text Example
White with #928FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FF3; }
p { color: rgb(146,143,243); }
H1.HeaderClassName
{
color: #928FF3;
}
.AnyTagClassName
{
color: #928FF3;
}
</style>
background-color css
<style>
a { background-color: #928FF3; }
a { background-color: rgb(146,143,243); }
div.DivClassName
{
background-color: #928FF3;
}
.BgClassName
{
background-color: #928FF3;
}
</style>
border-color css
<style>
span { border-color: #928FF3; }
span { border-color: rgb(146,143,243); }
td.TdClassName
{
border-color: #928FF3;
}
.TagClassName
{
border-color: #928FF3;
}
</style>