Shades of Portage #8C90E2
Tints of Portage #8C90E2
RGB
CMYK
RGB Variations
Color information
#8C90E2 (or 0x8C90E2) is known color: Portage. HEX triplet: 8C, 90 and E2. RGB value is (140,144,226). Sum of RGB (Red+Green+Blue) = 140+144+226=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #8C90E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90E2 is #736F1D. Grayscale: #979797. Windows color (decimal): -7565086 or 14848140. OLE color: 14848140.
HSL color Cylindrical-coordinate representation of color #8C90E2: hue angle of 237.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C90E2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 144 | 226 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.11 |
| HSL | 237.21º | 0.6% | 0.72% | - |
| HSV(B) | 237.21º | 0.38% | 0.89% | - |
| XYZ | 34.52 | 31.01 | 76.12 | - |
| YUV | 152.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 226 | 0.38 | 0.36 | 0 | 0.11 | 237.21 | 0.6 | 0.72 |
| Hex | 8C | 90 | E2 | 26 | 24 | 0 | B | ED | 3C | 48 |
| Octal | 214 | 220 | 342 | 46 | 44 | 0 | 13 | 355 | 74 | 110 |
| Binary | 10001100 | 10010000 | 11100010 | 100110 | 100100 | 0 | 1011 | 11101101 | 111100 | 1001000 |
Color Harmonies of #8C90E2
Complementary color
Monochromatic Colors of #8C90E2
Black with #8C90E2
Text Example
Text Example
White with #8C90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90E2; }
p { color: rgb(140,144,226); }
H1.HeaderClassName
{
color: #8C90E2;
}
.AnyTagClassName
{
color: #8C90E2;
}
</style>
background-color css
<style>
a { background-color: #8C90E2; }
a { background-color: rgb(140,144,226); }
div.DivClassName
{
background-color: #8C90E2;
}
.BgClassName
{
background-color: #8C90E2;
}
</style>
border-color css
<style>
span { border-color: #8C90E2; }
span { border-color: rgb(140,144,226); }
td.TdClassName
{
border-color: #8C90E2;
}
.TagClassName
{
border-color: #8C90E2;
}
</style>