Shades of Portage #8C8DEF
Tints of Portage #8C8DEF
RGB
CMYK
RGB Variations
Color information
#8C8DEF (or 0x8C8DEF) is known color: Portage. HEX triplet: 8C, 8D and EF. RGB value is (140,141,239). Sum of RGB (Red+Green+Blue) = 140+141+239=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C8DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8DEF is #737210. Grayscale: #979797. Windows color (decimal): -7565841 or 15699340. OLE color: 15699340.
HSL color Cylindrical-coordinate representation of color #8C8DEF: hue angle of 239.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8DEF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 141 | 239 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.06 |
| HSL | 239.39º | 0.76% | 0.74% | - |
| HSV(B) | 239.39º | 0.41% | 0.94% | - |
| XYZ | 35.92 | 30.86 | 85.72 | - |
| YUV | 151.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 239 | 0.41 | 0.41 | 0 | 0.06 | 239.39 | 0.76 | 0.74 |
| Hex | 8C | 8D | EF | 29 | 29 | 0 | 6 | EF | 4C | 4A |
| Octal | 214 | 215 | 357 | 51 | 51 | 0 | 6 | 357 | 114 | 112 |
| Binary | 10001100 | 10001101 | 11101111 | 101001 | 101001 | 0 | 110 | 11101111 | 1001100 | 1001010 |
Color Harmonies of #8C8DEF
Complementary color
Monochromatic Colors of #8C8DEF
Black with #8C8DEF
Text Example
Text Example
White with #8C8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DEF; }
p { color: rgb(140,141,239); }
H1.HeaderClassName
{
color: #8C8DEF;
}
.AnyTagClassName
{
color: #8C8DEF;
}
</style>
background-color css
<style>
a { background-color: #8C8DEF; }
a { background-color: rgb(140,141,239); }
div.DivClassName
{
background-color: #8C8DEF;
}
.BgClassName
{
background-color: #8C8DEF;
}
</style>
border-color css
<style>
span { border-color: #8C8DEF; }
span { border-color: rgb(140,141,239); }
td.TdClassName
{
border-color: #8C8DEF;
}
.TagClassName
{
border-color: #8C8DEF;
}
</style>