Shades of Portage #928DEE
Tints of Portage #928DEE
RGB
CMYK
RGB Variations
Color information
#928DEE (or 0x928DEE) is known color: Portage. HEX triplet: 92, 8D and EE. RGB value is (146,141,238). Sum of RGB (Red+Green+Blue) = 146+141+238=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #928DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DEE is #6D7211. Grayscale: #999999. Windows color (decimal): -7172626 or 15633810. OLE color: 15633810.
HSL color Cylindrical-coordinate representation of color #928DEE: hue angle of 243.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928DEE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 141 | 238 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.07 |
| HSL | 243.09º | 0.74% | 0.74% | - |
| HSV(B) | 243.09º | 0.41% | 0.93% | - |
| XYZ | 36.81 | 31.33 | 85 | - |
| YUV | 153.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 238 | 0.39 | 0.41 | 0 | 0.07 | 243.09 | 0.74 | 0.74 |
| Hex | 92 | 8D | EE | 27 | 29 | 0 | 7 | F3 | 4A | 4A |
| Octal | 222 | 215 | 356 | 47 | 51 | 0 | 7 | 363 | 112 | 112 |
| Binary | 10010010 | 10001101 | 11101110 | 100111 | 101001 | 0 | 111 | 11110011 | 1001010 | 1001010 |
Color Harmonies of #928DEE
Complementary color
Monochromatic Colors of #928DEE
Black with #928DEE
Text Example
Text Example
White with #928DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DEE; }
p { color: rgb(146,141,238); }
H1.HeaderClassName
{
color: #928DEE;
}
.AnyTagClassName
{
color: #928DEE;
}
</style>
background-color css
<style>
a { background-color: #928DEE; }
a { background-color: rgb(146,141,238); }
div.DivClassName
{
background-color: #928DEE;
}
.BgClassName
{
background-color: #928DEE;
}
</style>
border-color css
<style>
span { border-color: #928DEE; }
span { border-color: rgb(146,141,238); }
td.TdClassName
{
border-color: #928DEE;
}
.TagClassName
{
border-color: #928DEE;
}
</style>