Shades of Portage #8C8CEA
Tints of Portage #8C8CEA
RGB
CMYK
RGB Variations
Color information
#8C8CEA (or 0x8C8CEA) is known color: Portage. HEX triplet: 8C, 8C and EA. RGB value is (140,140,234). Sum of RGB (Red+Green+Blue) = 140+140+234=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CEA is #737315. Grayscale: #969696. Windows color (decimal): -7566102 or 15371404. OLE color: 15371404.
HSL color Cylindrical-coordinate representation of color #8C8CEA: hue angle of 240º 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 #8C8CEA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 140 | 234 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.08 |
| HSL | 240º | 0.69% | 0.73% | - |
| HSV(B) | 240º | 0.4% | 0.92% | - |
| XYZ | 35.04 | 30.27 | 81.84 | - |
| YUV | 150.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 234 | 0.40 | 0.40 | 0 | 0.08 | 240 | 0.69 | 0.73 |
| Hex | 8C | 8C | EA | 28 | 28 | 0 | 8 | F0 | 45 | 49 |
| Octal | 214 | 214 | 352 | 50 | 50 | 0 | 10 | 360 | 105 | 111 |
| Binary | 10001100 | 10001100 | 11101010 | 101000 | 101000 | 0 | 1000 | 11110000 | 1000101 | 1001001 |
Color Harmonies of #8C8CEA
Complementary color
Monochromatic Colors of #8C8CEA
Black with #8C8CEA
Text Example
Text Example
White with #8C8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CEA; }
p { color: rgb(140,140,234); }
H1.HeaderClassName
{
color: #8C8CEA;
}
.AnyTagClassName
{
color: #8C8CEA;
}
</style>
background-color css
<style>
a { background-color: #8C8CEA; }
a { background-color: rgb(140,140,234); }
div.DivClassName
{
background-color: #8C8CEA;
}
.BgClassName
{
background-color: #8C8CEA;
}
</style>
border-color css
<style>
span { border-color: #8C8CEA; }
span { border-color: rgb(140,140,234); }
td.TdClassName
{
border-color: #8C8CEA;
}
.TagClassName
{
border-color: #8C8CEA;
}
</style>