Shades of Portage #918FEC
Tints of Portage #918FEC
RGB
CMYK
RGB Variations
Color information
#918FEC (or 0x918FEC) is known color: Portage. HEX triplet: 91, 8F and EC. RGB value is (145,143,236). Sum of RGB (Red+Green+Blue) = 145+143+236=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #918FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FEC is #6E7013. Grayscale: #999999. Windows color (decimal): -7237652 or 15503249. OLE color: 15503249.
HSL color Cylindrical-coordinate representation of color #918FEC: hue angle of 241.29º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918FEC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 143 | 236 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.07 |
| HSL | 241.29º | 0.71% | 0.74% | - |
| HSV(B) | 241.29º | 0.39% | 0.93% | - |
| XYZ | 36.64 | 31.72 | 83.55 | - |
| YUV | 154.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 236 | 0.39 | 0.39 | 0 | 0.07 | 241.29 | 0.71 | 0.74 |
| Hex | 91 | 8F | EC | 27 | 27 | 0 | 7 | F1 | 47 | 4A |
| Octal | 221 | 217 | 354 | 47 | 47 | 0 | 7 | 361 | 107 | 112 |
| Binary | 10010001 | 10001111 | 11101100 | 100111 | 100111 | 0 | 111 | 11110001 | 1000111 | 1001010 |
Color Harmonies of #918FEC
Complementary color
Monochromatic Colors of #918FEC
Black with #918FEC
Text Example
Text Example
White with #918FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FEC; }
p { color: rgb(145,143,236); }
H1.HeaderClassName
{
color: #918FEC;
}
.AnyTagClassName
{
color: #918FEC;
}
</style>
background-color css
<style>
a { background-color: #918FEC; }
a { background-color: rgb(145,143,236); }
div.DivClassName
{
background-color: #918FEC;
}
.BgClassName
{
background-color: #918FEC;
}
</style>
border-color css
<style>
span { border-color: #918FEC; }
span { border-color: rgb(145,143,236); }
td.TdClassName
{
border-color: #918FEC;
}
.TagClassName
{
border-color: #918FEC;
}
</style>