Shades of Portage #928FED
Tints of Portage #928FED
RGB
CMYK
RGB Variations
Color information
#928FED (or 0x928FED) is known color: Portage. HEX triplet: 92, 8F and ED. RGB value is (146,143,237). Sum of RGB (Red+Green+Blue) = 146+143+237=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #928FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FED is #6D7012. Grayscale: #9A9A9A. Windows color (decimal): -7172115 or 15568786. OLE color: 15568786.
HSL color Cylindrical-coordinate representation of color #928FED: hue angle of 241.91º degrees, saturation: 0.72, 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 #928FED is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 143 | 237 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.07 |
| HSL | 241.91º | 0.72% | 0.75% | - |
| HSV(B) | 241.91º | 0.4% | 0.93% | - |
| XYZ | 36.96 | 31.87 | 84.32 | - |
| YUV | 154.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 237 | 0.38 | 0.40 | 0 | 0.07 | 241.91 | 0.72 | 0.75 |
| Hex | 92 | 8F | ED | 26 | 28 | 0 | 7 | F2 | 48 | 4B |
| Octal | 222 | 217 | 355 | 46 | 50 | 0 | 7 | 362 | 110 | 113 |
| Binary | 10010010 | 10001111 | 11101101 | 100110 | 101000 | 0 | 111 | 11110010 | 1001000 | 1001011 |
Color Harmonies of #928FED
Complementary color
Monochromatic Colors of #928FED
Black with #928FED
Text Example
Text Example
White with #928FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FED; }
p { color: rgb(146,143,237); }
H1.HeaderClassName
{
color: #928FED;
}
.AnyTagClassName
{
color: #928FED;
}
</style>
background-color css
<style>
a { background-color: #928FED; }
a { background-color: rgb(146,143,237); }
div.DivClassName
{
background-color: #928FED;
}
.BgClassName
{
background-color: #928FED;
}
</style>
border-color css
<style>
span { border-color: #928FED; }
span { border-color: rgb(146,143,237); }
td.TdClassName
{
border-color: #928FED;
}
.TagClassName
{
border-color: #928FED;
}
</style>