Shades of Portage #8C8DEB
Tints of Portage #8C8DEB
RGB
CMYK
RGB Variations
Color information
#8C8DEB (or 0x8C8DEB) is known color: Portage. HEX triplet: 8C, 8D and EB. RGB value is (140,141,235). Sum of RGB (Red+Green+Blue) = 140+141+235=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8DEB is #737214. Grayscale: #979797. Windows color (decimal): -7565845 or 15437196. OLE color: 15437196.
HSL color Cylindrical-coordinate representation of color #8C8DEB: hue angle of 239.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8DEB is Cyan = 0.40, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 141 | 235 | - |
| CMYK | 0.40 | 0.4 | 0 | 0.08 |
| HSL | 239.37º | 0.7% | 0.74% | - |
| HSV(B) | 239.37º | 0.4% | 0.92% | - |
| XYZ | 35.34 | 30.62 | 82.65 | - |
| YUV | 151.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 235 | 0.40 | 0.4 | 0 | 0.08 | 239.37 | 0.7 | 0.74 |
| Hex | 8C | 8D | EB | 28 | 28 | 0 | 8 | EF | 46 | 4A |
| Octal | 214 | 215 | 353 | 50 | 50 | 0 | 10 | 357 | 106 | 112 |
| Binary | 10001100 | 10001101 | 11101011 | 101000 | 101000 | 0 | 1000 | 11101111 | 1000110 | 1001010 |
Color Harmonies of #8C8DEB
Complementary color
Monochromatic Colors of #8C8DEB
Black with #8C8DEB
Text Example
Text Example
White with #8C8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DEB; }
p { color: rgb(140,141,235); }
H1.HeaderClassName
{
color: #8C8DEB;
}
.AnyTagClassName
{
color: #8C8DEB;
}
</style>
background-color css
<style>
a { background-color: #8C8DEB; }
a { background-color: rgb(140,141,235); }
div.DivClassName
{
background-color: #8C8DEB;
}
.BgClassName
{
background-color: #8C8DEB;
}
</style>
border-color css
<style>
span { border-color: #8C8DEB; }
span { border-color: rgb(140,141,235); }
td.TdClassName
{
border-color: #8C8DEB;
}
.TagClassName
{
border-color: #8C8DEB;
}
</style>