Shades of Portage #928FEC
Tints of Portage #928FEC
RGB
CMYK
RGB Variations
Color information
#928FEC (or 0x928FEC) is known color: Portage. HEX triplet: 92, 8F and EC. RGB value is (146,143,236). Sum of RGB (Red+Green+Blue) = 146+143+236=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #928FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FEC is #6D7013. Grayscale: #9A9A9A. Windows color (decimal): -7172116 or 15503250. OLE color: 15503250.
HSL color Cylindrical-coordinate representation of color #928FEC: hue angle of 241.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928FEC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 143 | 236 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.07 |
| HSL | 241.94º | 0.71% | 0.74% | - |
| HSV(B) | 241.94º | 0.39% | 0.93% | - |
| XYZ | 36.82 | 31.81 | 83.56 | - |
| YUV | 154.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 236 | 0.38 | 0.39 | 0 | 0.07 | 241.94 | 0.71 | 0.74 |
| Hex | 92 | 8F | EC | 26 | 27 | 0 | 7 | F2 | 47 | 4A |
| Octal | 222 | 217 | 354 | 46 | 47 | 0 | 7 | 362 | 107 | 112 |
| Binary | 10010010 | 10001111 | 11101100 | 100110 | 100111 | 0 | 111 | 11110010 | 1000111 | 1001010 |
Color Harmonies of #928FEC
Complementary color
Monochromatic Colors of #928FEC
Black with #928FEC
Text Example
Text Example
White with #928FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FEC; }
p { color: rgb(146,143,236); }
H1.HeaderClassName
{
color: #928FEC;
}
.AnyTagClassName
{
color: #928FEC;
}
</style>
background-color css
<style>
a { background-color: #928FEC; }
a { background-color: rgb(146,143,236); }
div.DivClassName
{
background-color: #928FEC;
}
.BgClassName
{
background-color: #928FEC;
}
</style>
border-color css
<style>
span { border-color: #928FEC; }
span { border-color: rgb(146,143,236); }
td.TdClassName
{
border-color: #928FEC;
}
.TagClassName
{
border-color: #928FEC;
}
</style>