Shades of Portage #918BE7
Tints of Portage #918BE7
RGB
CMYK
RGB Variations
Color information
#918BE7 (or 0x918BE7) is known color: Portage. HEX triplet: 91, 8B and E7. RGB value is (145,139,231). Sum of RGB (Red+Green+Blue) = 145+139+231=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #918BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BE7 is #6E7418. Grayscale: #969696. Windows color (decimal): -7238681 or 15174545. OLE color: 15174545.
HSL color Cylindrical-coordinate representation of color #918BE7: hue angle of 243.91º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918BE7 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 139 | 231 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.09 |
| HSL | 243.91º | 0.66% | 0.73% | - |
| HSV(B) | 243.91º | 0.4% | 0.91% | - |
| XYZ | 35.33 | 30.25 | 79.58 | - |
| YUV | 151.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 231 | 0.37 | 0.40 | 0 | 0.09 | 243.91 | 0.66 | 0.73 |
| Hex | 91 | 8B | E7 | 25 | 28 | 0 | 9 | F4 | 42 | 49 |
| Octal | 221 | 213 | 347 | 45 | 50 | 0 | 11 | 364 | 102 | 111 |
| Binary | 10010001 | 10001011 | 11100111 | 100101 | 101000 | 0 | 1001 | 11110100 | 1000010 | 1001001 |
Color Harmonies of #918BE7
Complementary color
Monochromatic Colors of #918BE7
Black with #918BE7
Text Example
Text Example
White with #918BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BE7; }
p { color: rgb(145,139,231); }
H1.HeaderClassName
{
color: #918BE7;
}
.AnyTagClassName
{
color: #918BE7;
}
</style>
background-color css
<style>
a { background-color: #918BE7; }
a { background-color: rgb(145,139,231); }
div.DivClassName
{
background-color: #918BE7;
}
.BgClassName
{
background-color: #918BE7;
}
</style>
border-color css
<style>
span { border-color: #918BE7; }
span { border-color: rgb(145,139,231); }
td.TdClassName
{
border-color: #918BE7;
}
.TagClassName
{
border-color: #918BE7;
}
</style>