Shades of Portage #928AEE
Tints of Portage #928AEE
RGB
CMYK
RGB Variations
Color information
#928AEE (or 0x928AEE) is known color: Portage. HEX triplet: 92, 8A and EE. RGB value is (146,138,238). Sum of RGB (Red+Green+Blue) = 146+138+238=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #928AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AEE is #6D7511. Grayscale: #979797. Windows color (decimal): -7173394 or 15633042. OLE color: 15633042.
HSL color Cylindrical-coordinate representation of color #928AEE: hue angle of 244.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928AEE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 138 | 238 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.07 |
| HSL | 244.8º | 0.75% | 0.74% | - |
| HSV(B) | 244.8º | 0.42% | 0.93% | - |
| XYZ | 36.38 | 30.46 | 84.85 | - |
| YUV | 151.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 238 | 0.39 | 0.42 | 0 | 0.07 | 244.8 | 0.75 | 0.74 |
| Hex | 92 | 8A | EE | 27 | 2A | 0 | 7 | F5 | 4B | 4A |
| Octal | 222 | 212 | 356 | 47 | 52 | 0 | 7 | 365 | 113 | 112 |
| Binary | 10010010 | 10001010 | 11101110 | 100111 | 101010 | 0 | 111 | 11110101 | 1001011 | 1001010 |
Color Harmonies of #928AEE
Complementary color
Monochromatic Colors of #928AEE
Black with #928AEE
Text Example
Text Example
White with #928AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AEE; }
p { color: rgb(146,138,238); }
H1.HeaderClassName
{
color: #928AEE;
}
.AnyTagClassName
{
color: #928AEE;
}
</style>
background-color css
<style>
a { background-color: #928AEE; }
a { background-color: rgb(146,138,238); }
div.DivClassName
{
background-color: #928AEE;
}
.BgClassName
{
background-color: #928AEE;
}
</style>
border-color css
<style>
span { border-color: #928AEE; }
span { border-color: rgb(146,138,238); }
td.TdClassName
{
border-color: #928AEE;
}
.TagClassName
{
border-color: #928AEE;
}
</style>