Shades of Portage #928FEB
Tints of Portage #928FEB
RGB
CMYK
RGB Variations
Color information
#928FEB (or 0x928FEB) is known color: Portage. HEX triplet: 92, 8F and EB. RGB value is (146,143,235). Sum of RGB (Red+Green+Blue) = 146+143+235=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #928FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FEB is #6D7014. Grayscale: #9A9A9A. Windows color (decimal): -7172117 or 15437714. OLE color: 15437714.
HSL color Cylindrical-coordinate representation of color #928FEB: hue angle of 241.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928FEB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 143 | 235 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.08 |
| HSL | 241.96º | 0.7% | 0.74% | - |
| HSV(B) | 241.96º | 0.39% | 0.92% | - |
| XYZ | 36.67 | 31.75 | 82.79 | - |
| YUV | 154.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 235 | 0.38 | 0.39 | 0 | 0.08 | 241.96 | 0.7 | 0.74 |
| Hex | 92 | 8F | EB | 26 | 27 | 0 | 8 | F2 | 46 | 4A |
| Octal | 222 | 217 | 353 | 46 | 47 | 0 | 10 | 362 | 106 | 112 |
| Binary | 10010010 | 10001111 | 11101011 | 100110 | 100111 | 0 | 1000 | 11110010 | 1000110 | 1001010 |
Color Harmonies of #928FEB
Complementary color
Monochromatic Colors of #928FEB
Black with #928FEB
Text Example
Text Example
White with #928FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FEB; }
p { color: rgb(146,143,235); }
H1.HeaderClassName
{
color: #928FEB;
}
.AnyTagClassName
{
color: #928FEB;
}
</style>
background-color css
<style>
a { background-color: #928FEB; }
a { background-color: rgb(146,143,235); }
div.DivClassName
{
background-color: #928FEB;
}
.BgClassName
{
background-color: #928FEB;
}
</style>
border-color css
<style>
span { border-color: #928FEB; }
span { border-color: rgb(146,143,235); }
td.TdClassName
{
border-color: #928FEB;
}
.TagClassName
{
border-color: #928FEB;
}
</style>