Shades of Portage #8C8CEC
Tints of Portage #8C8CEC
RGB
CMYK
RGB Variations
Color information
#8C8CEC (or 0x8C8CEC) is known color: Portage. HEX triplet: 8C, 8C and EC. RGB value is (140,140,236). Sum of RGB (Red+Green+Blue) = 140+140+236=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CEC is #737313. Grayscale: #969696. Windows color (decimal): -7566100 or 15502476. OLE color: 15502476.
HSL color Cylindrical-coordinate representation of color #8C8CEC: hue angle of 240º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8CEC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 140 | 236 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.07 |
| HSL | 240º | 0.72% | 0.74% | - |
| HSV(B) | 240º | 0.41% | 0.93% | - |
| XYZ | 35.33 | 30.39 | 83.36 | - |
| YUV | 150.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 236 | 0.41 | 0.41 | 0 | 0.07 | 240 | 0.72 | 0.74 |
| Hex | 8C | 8C | EC | 29 | 29 | 0 | 7 | F0 | 48 | 4A |
| Octal | 214 | 214 | 354 | 51 | 51 | 0 | 7 | 360 | 110 | 112 |
| Binary | 10001100 | 10001100 | 11101100 | 101001 | 101001 | 0 | 111 | 11110000 | 1001000 | 1001010 |
Color Harmonies of #8C8CEC
Complementary color
Monochromatic Colors of #8C8CEC
Black with #8C8CEC
Text Example
Text Example
White with #8C8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CEC; }
p { color: rgb(140,140,236); }
H1.HeaderClassName
{
color: #8C8CEC;
}
.AnyTagClassName
{
color: #8C8CEC;
}
</style>
background-color css
<style>
a { background-color: #8C8CEC; }
a { background-color: rgb(140,140,236); }
div.DivClassName
{
background-color: #8C8CEC;
}
.BgClassName
{
background-color: #8C8CEC;
}
</style>
border-color css
<style>
span { border-color: #8C8CEC; }
span { border-color: rgb(140,140,236); }
td.TdClassName
{
border-color: #8C8CEC;
}
.TagClassName
{
border-color: #8C8CEC;
}
</style>