Shades of Portage #918DE0
Tints of Portage #918DE0
RGB
CMYK
RGB Variations
Color information
#918DE0 (or 0x918DE0) is known color: Portage. HEX triplet: 91, 8D and E0. RGB value is (145,141,224). Sum of RGB (Red+Green+Blue) = 145+141+224=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #918DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DE0 is #6E721F. Grayscale: #979797. Windows color (decimal): -7238176 or 14716305. OLE color: 14716305.
HSL color Cylindrical-coordinate representation of color #918DE0: hue angle of 242.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918DE0 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 141 | 224 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.12 |
| HSL | 242.89º | 0.57% | 0.72% | - |
| HSV(B) | 242.89º | 0.37% | 0.88% | - |
| XYZ | 34.66 | 30.45 | 74.57 | - |
| YUV | 151.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 224 | 0.35 | 0.37 | 0 | 0.12 | 242.89 | 0.57 | 0.72 |
| Hex | 91 | 8D | E0 | 23 | 25 | 0 | C | F3 | 39 | 48 |
| Octal | 221 | 215 | 340 | 43 | 45 | 0 | 14 | 363 | 71 | 110 |
| Binary | 10010001 | 10001101 | 11100000 | 100011 | 100101 | 0 | 1100 | 11110011 | 111001 | 1001000 |
Color Harmonies of #918DE0
Complementary color
Monochromatic Colors of #918DE0
Black with #918DE0
Text Example
Text Example
White with #918DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DE0; }
p { color: rgb(145,141,224); }
H1.HeaderClassName
{
color: #918DE0;
}
.AnyTagClassName
{
color: #918DE0;
}
</style>
background-color css
<style>
a { background-color: #918DE0; }
a { background-color: rgb(145,141,224); }
div.DivClassName
{
background-color: #918DE0;
}
.BgClassName
{
background-color: #918DE0;
}
</style>
border-color css
<style>
span { border-color: #918DE0; }
span { border-color: rgb(145,141,224); }
td.TdClassName
{
border-color: #918DE0;
}
.TagClassName
{
border-color: #918DE0;
}
</style>