Shades of Portage #918AE7
Tints of Portage #918AE7
RGB
CMYK
RGB Variations
Color information
#918AE7 (or 0x918AE7) is known color: Portage. HEX triplet: 91, 8A and E7. RGB value is (145,138,231). Sum of RGB (Red+Green+Blue) = 145+138+231=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #918AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AE7 is #6E7518. Grayscale: #969696. Windows color (decimal): -7238937 or 15174289. OLE color: 15174289.
HSL color Cylindrical-coordinate representation of color #918AE7: hue angle of 244.52º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918AE7 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 138 | 231 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.09 |
| HSL | 244.52º | 0.66% | 0.72% | - |
| HSV(B) | 244.52º | 0.4% | 0.91% | - |
| XYZ | 35.19 | 29.97 | 79.53 | - |
| YUV | 150.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 231 | 0.37 | 0.40 | 0 | 0.09 | 244.52 | 0.66 | 0.72 |
| Hex | 91 | 8A | E7 | 25 | 28 | 0 | 9 | F5 | 42 | 48 |
| Octal | 221 | 212 | 347 | 45 | 50 | 0 | 11 | 365 | 102 | 110 |
| Binary | 10010001 | 10001010 | 11100111 | 100101 | 101000 | 0 | 1001 | 11110101 | 1000010 | 1001000 |
Color Harmonies of #918AE7
Complementary color
Monochromatic Colors of #918AE7
Black with #918AE7
Text Example
Text Example
White with #918AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AE7; }
p { color: rgb(145,138,231); }
H1.HeaderClassName
{
color: #918AE7;
}
.AnyTagClassName
{
color: #918AE7;
}
</style>
background-color css
<style>
a { background-color: #918AE7; }
a { background-color: rgb(145,138,231); }
div.DivClassName
{
background-color: #918AE7;
}
.BgClassName
{
background-color: #918AE7;
}
</style>
border-color css
<style>
span { border-color: #918AE7; }
span { border-color: rgb(145,138,231); }
td.TdClassName
{
border-color: #918AE7;
}
.TagClassName
{
border-color: #918AE7;
}
</style>