Shades of Portage #928FE2
Tints of Portage #928FE2
RGB
CMYK
RGB Variations
Color information
#928FE2 (or 0x928FE2) is known color: Portage. HEX triplet: 92, 8F and E2. RGB value is (146,143,226). Sum of RGB (Red+Green+Blue) = 146+143+226=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #928FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FE2 is #6D701D. Grayscale: #999999. Windows color (decimal): -7172126 or 14847890. OLE color: 14847890.
HSL color Cylindrical-coordinate representation of color #928FE2: hue angle of 242.17º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #928FE2 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 143 | 226 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.11 |
| HSL | 242.17º | 0.59% | 0.72% | - |
| HSV(B) | 242.17º | 0.37% | 0.89% | - |
| XYZ | 35.4 | 31.25 | 76.12 | - |
| YUV | 153.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 226 | 0.35 | 0.37 | 0 | 0.11 | 242.17 | 0.59 | 0.72 |
| Hex | 92 | 8F | E2 | 23 | 25 | 0 | B | F2 | 3B | 48 |
| Octal | 222 | 217 | 342 | 43 | 45 | 0 | 13 | 362 | 73 | 110 |
| Binary | 10010010 | 10001111 | 11100010 | 100011 | 100101 | 0 | 1011 | 11110010 | 111011 | 1001000 |
Color Harmonies of #928FE2
Complementary color
Monochromatic Colors of #928FE2
Black with #928FE2
Text Example
Text Example
White with #928FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FE2; }
p { color: rgb(146,143,226); }
H1.HeaderClassName
{
color: #928FE2;
}
.AnyTagClassName
{
color: #928FE2;
}
</style>
background-color css
<style>
a { background-color: #928FE2; }
a { background-color: rgb(146,143,226); }
div.DivClassName
{
background-color: #928FE2;
}
.BgClassName
{
background-color: #928FE2;
}
</style>
border-color css
<style>
span { border-color: #928FE2; }
span { border-color: rgb(146,143,226); }
td.TdClassName
{
border-color: #928FE2;
}
.TagClassName
{
border-color: #928FE2;
}
</style>