Shades of Portage #928EEB
Tints of Portage #928EEB
RGB
CMYK
RGB Variations
Color information
#928EEB (or 0x928EEB) is known color: Portage. HEX triplet: 92, 8E and EB. RGB value is (146,142,235). Sum of RGB (Red+Green+Blue) = 146+142+235=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #928EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EEB is #6D7114. Grayscale: #999999. Windows color (decimal): -7172373 or 15437458. OLE color: 15437458.
HSL color Cylindrical-coordinate representation of color #928EEB: hue angle of 242.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928EEB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 142 | 235 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.08 |
| HSL | 242.58º | 0.7% | 0.74% | - |
| HSV(B) | 242.58º | 0.4% | 0.92% | - |
| XYZ | 36.52 | 31.46 | 82.74 | - |
| YUV | 153.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 235 | 0.38 | 0.40 | 0 | 0.08 | 242.58 | 0.7 | 0.74 |
| Hex | 92 | 8E | EB | 26 | 28 | 0 | 8 | F3 | 46 | 4A |
| Octal | 222 | 216 | 353 | 46 | 50 | 0 | 10 | 363 | 106 | 112 |
| Binary | 10010010 | 10001110 | 11101011 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000110 | 1001010 |
Color Harmonies of #928EEB
Complementary color
Monochromatic Colors of #928EEB
Black with #928EEB
Text Example
Text Example
White with #928EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EEB; }
p { color: rgb(146,142,235); }
H1.HeaderClassName
{
color: #928EEB;
}
.AnyTagClassName
{
color: #928EEB;
}
</style>
background-color css
<style>
a { background-color: #928EEB; }
a { background-color: rgb(146,142,235); }
div.DivClassName
{
background-color: #928EEB;
}
.BgClassName
{
background-color: #928EEB;
}
</style>
border-color css
<style>
span { border-color: #928EEB; }
span { border-color: rgb(146,142,235); }
td.TdClassName
{
border-color: #928EEB;
}
.TagClassName
{
border-color: #928EEB;
}
</style>