Shades of Portage #918EF4
Tints of Portage #918EF4
RGB
CMYK
RGB Variations
Color information
#918EF4 (or 0x918EF4) is known color: Portage. HEX triplet: 91, 8E and F4. RGB value is (145,142,244). Sum of RGB (Red+Green+Blue) = 145+142+244=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #918EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EF4 is #6E710B. Grayscale: #9A9A9A. Windows color (decimal): -7237900 or 16027281. OLE color: 16027281.
HSL color Cylindrical-coordinate representation of color #918EF4: hue angle of 241.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918EF4 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 142 | 244 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.04 |
| HSL | 241.76º | 0.82% | 0.76% | - |
| HSV(B) | 241.76º | 0.42% | 0.96% | - |
| XYZ | 37.68 | 31.9 | 89.76 | - |
| YUV | 154.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 244 | 0.41 | 0.42 | 0 | 0.04 | 241.76 | 0.82 | 0.76 |
| Hex | 91 | 8E | F4 | 29 | 2A | 0 | 4 | F2 | 52 | 4C |
| Octal | 221 | 216 | 364 | 51 | 52 | 0 | 4 | 362 | 122 | 114 |
| Binary | 10010001 | 10001110 | 11110100 | 101001 | 101010 | 0 | 100 | 11110010 | 1010010 | 1001100 |
Color Harmonies of #918EF4
Complementary color
Monochromatic Colors of #918EF4
Black with #918EF4
Text Example
Text Example
White with #918EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EF4; }
p { color: rgb(145,142,244); }
H1.HeaderClassName
{
color: #918EF4;
}
.AnyTagClassName
{
color: #918EF4;
}
</style>
background-color css
<style>
a { background-color: #918EF4; }
a { background-color: rgb(145,142,244); }
div.DivClassName
{
background-color: #918EF4;
}
.BgClassName
{
background-color: #918EF4;
}
</style>
border-color css
<style>
span { border-color: #918EF4; }
span { border-color: rgb(145,142,244); }
td.TdClassName
{
border-color: #918EF4;
}
.TagClassName
{
border-color: #918EF4;
}
</style>