Shades of Portage #928DE5
Tints of Portage #928DE5
RGB
CMYK
RGB Variations
Color information
#928DE5 (or 0x928DE5) is known color: Portage. HEX triplet: 92, 8D and E5. RGB value is (146,141,229). Sum of RGB (Red+Green+Blue) = 146+141+229=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #928DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DE5 is #6D721A. Grayscale: #989898. Windows color (decimal): -7172635 or 15043986. OLE color: 15043986.
HSL color Cylindrical-coordinate representation of color #928DE5: hue angle of 243.41º degrees, saturation: 0.63, 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 #928DE5 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 141 | 229 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.10 |
| HSL | 243.41º | 0.63% | 0.73% | - |
| HSV(B) | 243.41º | 0.38% | 0.9% | - |
| XYZ | 35.52 | 30.82 | 78.2 | - |
| YUV | 152.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 229 | 0.36 | 0.38 | 0 | 0.10 | 243.41 | 0.63 | 0.73 |
| Hex | 92 | 8D | E5 | 24 | 26 | 0 | A | F3 | 3F | 49 |
| Octal | 222 | 215 | 345 | 44 | 46 | 0 | 12 | 363 | 77 | 111 |
| Binary | 10010010 | 10001101 | 11100101 | 100100 | 100110 | 0 | 1010 | 11110011 | 111111 | 1001001 |
Color Harmonies of #928DE5
Complementary color
Monochromatic Colors of #928DE5
Black with #928DE5
Text Example
Text Example
White with #928DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DE5; }
p { color: rgb(146,141,229); }
H1.HeaderClassName
{
color: #928DE5;
}
.AnyTagClassName
{
color: #928DE5;
}
</style>
background-color css
<style>
a { background-color: #928DE5; }
a { background-color: rgb(146,141,229); }
div.DivClassName
{
background-color: #928DE5;
}
.BgClassName
{
background-color: #928DE5;
}
</style>
border-color css
<style>
span { border-color: #928DE5; }
span { border-color: rgb(146,141,229); }
td.TdClassName
{
border-color: #928DE5;
}
.TagClassName
{
border-color: #928DE5;
}
</style>