Shades of Portage #928FE5
Tints of Portage #928FE5
RGB
CMYK
RGB Variations
Color information
#928FE5 (or 0x928FE5) is known color: Portage. HEX triplet: 92, 8F and E5. RGB value is (146,143,229). Sum of RGB (Red+Green+Blue) = 146+143+229=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #928FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FE5 is #6D701A. Grayscale: #999999. Windows color (decimal): -7172123 or 15044498. OLE color: 15044498.
HSL color Cylindrical-coordinate representation of color #928FE5: hue angle of 242.09º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928FE5 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 143 | 229 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.10 |
| HSL | 242.09º | 0.62% | 0.73% | - |
| HSV(B) | 242.09º | 0.38% | 0.9% | - |
| XYZ | 35.82 | 31.41 | 78.3 | - |
| YUV | 153.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 229 | 0.36 | 0.38 | 0 | 0.10 | 242.09 | 0.62 | 0.73 |
| Hex | 92 | 8F | E5 | 24 | 26 | 0 | A | F2 | 3E | 49 |
| Octal | 222 | 217 | 345 | 44 | 46 | 0 | 12 | 362 | 76 | 111 |
| Binary | 10010010 | 10001111 | 11100101 | 100100 | 100110 | 0 | 1010 | 11110010 | 111110 | 1001001 |
Color Harmonies of #928FE5
Complementary color
Monochromatic Colors of #928FE5
Black with #928FE5
Text Example
Text Example
White with #928FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FE5; }
p { color: rgb(146,143,229); }
H1.HeaderClassName
{
color: #928FE5;
}
.AnyTagClassName
{
color: #928FE5;
}
</style>
background-color css
<style>
a { background-color: #928FE5; }
a { background-color: rgb(146,143,229); }
div.DivClassName
{
background-color: #928FE5;
}
.BgClassName
{
background-color: #928FE5;
}
</style>
border-color css
<style>
span { border-color: #928FE5; }
span { border-color: rgb(146,143,229); }
td.TdClassName
{
border-color: #928FE5;
}
.TagClassName
{
border-color: #928FE5;
}
</style>