Shades of Portage #928FEE
Tints of Portage #928FEE
RGB
CMYK
RGB Variations
Color information
#928FEE (or 0x928FEE) is known color: Portage. HEX triplet: 92, 8F and EE. RGB value is (146,143,238). Sum of RGB (Red+Green+Blue) = 146+143+238=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #928FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FEE is #6D7011. Grayscale: #9A9A9A. Windows color (decimal): -7172114 or 15634322. OLE color: 15634322.
HSL color Cylindrical-coordinate representation of color #928FEE: hue angle of 241.89º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928FEE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 143 | 238 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.89º | 0.74% | 0.75% | - |
| HSV(B) | 241.89º | 0.4% | 0.93% | - |
| XYZ | 37.11 | 31.93 | 85.1 | - |
| YUV | 154.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 238 | 0.39 | 0.40 | 0 | 0.07 | 241.89 | 0.74 | 0.75 |
| Hex | 92 | 8F | EE | 27 | 28 | 0 | 7 | F2 | 4A | 4B |
| Octal | 222 | 217 | 356 | 47 | 50 | 0 | 7 | 362 | 112 | 113 |
| Binary | 10010010 | 10001111 | 11101110 | 100111 | 101000 | 0 | 111 | 11110010 | 1001010 | 1001011 |
Color Harmonies of #928FEE
Complementary color
Monochromatic Colors of #928FEE
Black with #928FEE
Text Example
Text Example
White with #928FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FEE; }
p { color: rgb(146,143,238); }
H1.HeaderClassName
{
color: #928FEE;
}
.AnyTagClassName
{
color: #928FEE;
}
</style>
background-color css
<style>
a { background-color: #928FEE; }
a { background-color: rgb(146,143,238); }
div.DivClassName
{
background-color: #928FEE;
}
.BgClassName
{
background-color: #928FEE;
}
</style>
border-color css
<style>
span { border-color: #928FEE; }
span { border-color: rgb(146,143,238); }
td.TdClassName
{
border-color: #928FEE;
}
.TagClassName
{
border-color: #928FEE;
}
</style>