Shades of Portage #918BEA
Tints of Portage #918BEA
RGB
CMYK
RGB Variations
Color information
#918BEA (or 0x918BEA) is known color: Portage. HEX triplet: 91, 8B and EA. RGB value is (145,139,234). Sum of RGB (Red+Green+Blue) = 145+139+234=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #918BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BEA is #6E7415. Grayscale: #979797. Windows color (decimal): -7238678 or 15371153. OLE color: 15371153.
HSL color Cylindrical-coordinate representation of color #918BEA: hue angle of 243.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918BEA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 139 | 234 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.08 |
| HSL | 243.79º | 0.69% | 0.73% | - |
| HSV(B) | 243.79º | 0.41% | 0.92% | - |
| XYZ | 35.76 | 30.43 | 81.83 | - |
| YUV | 151.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 234 | 0.38 | 0.41 | 0 | 0.08 | 243.79 | 0.69 | 0.73 |
| Hex | 91 | 8B | EA | 26 | 29 | 0 | 8 | F4 | 45 | 49 |
| Octal | 221 | 213 | 352 | 46 | 51 | 0 | 10 | 364 | 105 | 111 |
| Binary | 10010001 | 10001011 | 11101010 | 100110 | 101001 | 0 | 1000 | 11110100 | 1000101 | 1001001 |
Color Harmonies of #918BEA
Complementary color
Monochromatic Colors of #918BEA
Black with #918BEA
Text Example
Text Example
White with #918BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BEA; }
p { color: rgb(145,139,234); }
H1.HeaderClassName
{
color: #918BEA;
}
.AnyTagClassName
{
color: #918BEA;
}
</style>
background-color css
<style>
a { background-color: #918BEA; }
a { background-color: rgb(145,139,234); }
div.DivClassName
{
background-color: #918BEA;
}
.BgClassName
{
background-color: #918BEA;
}
</style>
border-color css
<style>
span { border-color: #918BEA; }
span { border-color: rgb(145,139,234); }
td.TdClassName
{
border-color: #918BEA;
}
.TagClassName
{
border-color: #918BEA;
}
</style>