Shades of Portage #918CE1
Tints of Portage #918CE1
RGB
CMYK
RGB Variations
Color information
#918CE1 (or 0x918CE1) is known color: Portage. HEX triplet: 91, 8C and E1. RGB value is (145,140,225). Sum of RGB (Red+Green+Blue) = 145+140+225=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #918CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CE1 is #6E731E. Grayscale: #969696. Windows color (decimal): -7238431 or 14781585. OLE color: 14781585.
HSL color Cylindrical-coordinate representation of color #918CE1: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918CE1 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 140 | 225 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.12 |
| HSL | 243.53º | 0.59% | 0.72% | - |
| HSV(B) | 243.53º | 0.38% | 0.88% | - |
| XYZ | 34.65 | 30.21 | 75.24 | - |
| YUV | 151.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 225 | 0.36 | 0.38 | 0 | 0.12 | 243.53 | 0.59 | 0.72 |
| Hex | 91 | 8C | E1 | 24 | 26 | 0 | C | F4 | 3B | 48 |
| Octal | 221 | 214 | 341 | 44 | 46 | 0 | 14 | 364 | 73 | 110 |
| Binary | 10010001 | 10001100 | 11100001 | 100100 | 100110 | 0 | 1100 | 11110100 | 111011 | 1001000 |
Color Harmonies of #918CE1
Complementary color
Monochromatic Colors of #918CE1
Black with #918CE1
Text Example
Text Example
White with #918CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CE1; }
p { color: rgb(145,140,225); }
H1.HeaderClassName
{
color: #918CE1;
}
.AnyTagClassName
{
color: #918CE1;
}
</style>
background-color css
<style>
a { background-color: #918CE1; }
a { background-color: rgb(145,140,225); }
div.DivClassName
{
background-color: #918CE1;
}
.BgClassName
{
background-color: #918CE1;
}
</style>
border-color css
<style>
span { border-color: #918CE1; }
span { border-color: rgb(145,140,225); }
td.TdClassName
{
border-color: #918CE1;
}
.TagClassName
{
border-color: #918CE1;
}
</style>