Shades of Portage #8C8DEA
Tints of Portage #8C8DEA
RGB
CMYK
RGB Variations
Color information
#8C8DEA (or 0x8C8DEA) is known color: Portage. HEX triplet: 8C, 8D and EA. RGB value is (140,141,234). Sum of RGB (Red+Green+Blue) = 140+141+234=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8DEA is #737215. Grayscale: #969696. Windows color (decimal): -7565846 or 15371660. OLE color: 15371660.
HSL color Cylindrical-coordinate representation of color #8C8DEA: hue angle of 239.36º 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 #8C8DEA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 141 | 234 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.08 |
| HSL | 239.36º | 0.69% | 0.73% | - |
| HSV(B) | 239.36º | 0.4% | 0.92% | - |
| XYZ | 35.19 | 30.57 | 81.89 | - |
| YUV | 151.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 234 | 0.40 | 0.40 | 0 | 0.08 | 239.36 | 0.69 | 0.73 |
| Hex | 8C | 8D | EA | 28 | 28 | 0 | 8 | EF | 45 | 49 |
| Octal | 214 | 215 | 352 | 50 | 50 | 0 | 10 | 357 | 105 | 111 |
| Binary | 10001100 | 10001101 | 11101010 | 101000 | 101000 | 0 | 1000 | 11101111 | 1000101 | 1001001 |
Color Harmonies of #8C8DEA
Complementary color
Monochromatic Colors of #8C8DEA
Black with #8C8DEA
Text Example
Text Example
White with #8C8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DEA; }
p { color: rgb(140,141,234); }
H1.HeaderClassName
{
color: #8C8DEA;
}
.AnyTagClassName
{
color: #8C8DEA;
}
</style>
background-color css
<style>
a { background-color: #8C8DEA; }
a { background-color: rgb(140,141,234); }
div.DivClassName
{
background-color: #8C8DEA;
}
.BgClassName
{
background-color: #8C8DEA;
}
</style>
border-color css
<style>
span { border-color: #8C8DEA; }
span { border-color: rgb(140,141,234); }
td.TdClassName
{
border-color: #8C8DEA;
}
.TagClassName
{
border-color: #8C8DEA;
}
</style>