Shades of Portage #918FE4
Tints of Portage #918FE4
RGB
CMYK
RGB Variations
Color information
#918FE4 (or 0x918FE4) is known color: Portage. HEX triplet: 91, 8F and E4. RGB value is (145,143,228). Sum of RGB (Red+Green+Blue) = 145+143+228=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #918FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FE4 is #6E701B. Grayscale: #989898. Windows color (decimal): -7237660 or 14978961. OLE color: 14978961.
HSL color Cylindrical-coordinate representation of color #918FE4: hue angle of 241.41º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918FE4 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 143 | 228 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.11 |
| HSL | 241.41º | 0.61% | 0.73% | - |
| HSV(B) | 241.41º | 0.37% | 0.89% | - |
| XYZ | 35.5 | 31.27 | 77.56 | - |
| YUV | 153.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 228 | 0.36 | 0.37 | 0 | 0.11 | 241.41 | 0.61 | 0.73 |
| Hex | 91 | 8F | E4 | 24 | 25 | 0 | B | F1 | 3D | 49 |
| Octal | 221 | 217 | 344 | 44 | 45 | 0 | 13 | 361 | 75 | 111 |
| Binary | 10010001 | 10001111 | 11100100 | 100100 | 100101 | 0 | 1011 | 11110001 | 111101 | 1001001 |
Color Harmonies of #918FE4
Complementary color
Monochromatic Colors of #918FE4
Black with #918FE4
Text Example
Text Example
White with #918FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FE4; }
p { color: rgb(145,143,228); }
H1.HeaderClassName
{
color: #918FE4;
}
.AnyTagClassName
{
color: #918FE4;
}
</style>
background-color css
<style>
a { background-color: #918FE4; }
a { background-color: rgb(145,143,228); }
div.DivClassName
{
background-color: #918FE4;
}
.BgClassName
{
background-color: #918FE4;
}
</style>
border-color css
<style>
span { border-color: #918FE4; }
span { border-color: rgb(145,143,228); }
td.TdClassName
{
border-color: #918FE4;
}
.TagClassName
{
border-color: #918FE4;
}
</style>