Shades of Portage #918CEA
Tints of Portage #918CEA
RGB
CMYK
RGB Variations
Color information
#918CEA (or 0x918CEA) is known color: Portage. HEX triplet: 91, 8C and EA. RGB value is (145,140,234). Sum of RGB (Red+Green+Blue) = 145+140+234=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #918CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CEA is #6E7315. Grayscale: #979797. Windows color (decimal): -7238422 or 15371409. OLE color: 15371409.
HSL color Cylindrical-coordinate representation of color #918CEA: hue angle of 243.19º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918CEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 140 | 234 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.08 |
| HSL | 243.19º | 0.69% | 0.73% | - |
| HSV(B) | 243.19º | 0.4% | 0.92% | - |
| XYZ | 35.91 | 30.72 | 81.88 | - |
| YUV | 152.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 234 | 0.38 | 0.40 | 0 | 0.08 | 243.19 | 0.69 | 0.73 |
| Hex | 91 | 8C | EA | 26 | 28 | 0 | 8 | F3 | 45 | 49 |
| Octal | 221 | 214 | 352 | 46 | 50 | 0 | 10 | 363 | 105 | 111 |
| Binary | 10010001 | 10001100 | 11101010 | 100110 | 101000 | 0 | 1000 | 11110011 | 1000101 | 1001001 |
Color Harmonies of #918CEA
Complementary color
Monochromatic Colors of #918CEA
Black with #918CEA
Text Example
Text Example
White with #918CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CEA; }
p { color: rgb(145,140,234); }
H1.HeaderClassName
{
color: #918CEA;
}
.AnyTagClassName
{
color: #918CEA;
}
</style>
background-color css
<style>
a { background-color: #918CEA; }
a { background-color: rgb(145,140,234); }
div.DivClassName
{
background-color: #918CEA;
}
.BgClassName
{
background-color: #918CEA;
}
</style>
border-color css
<style>
span { border-color: #918CEA; }
span { border-color: rgb(145,140,234); }
td.TdClassName
{
border-color: #918CEA;
}
.TagClassName
{
border-color: #918CEA;
}
</style>