Shades of Portage #8C8FE6
Tints of Portage #8C8FE6
RGB
CMYK
RGB Variations
Color information
#8C8FE6 (or 0x8C8FE6) is known color: Portage. HEX triplet: 8C, 8F and E6. RGB value is (140,143,230). Sum of RGB (Red+Green+Blue) = 140+143+230=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C8FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FE6 is #737019. Grayscale: #979797. Windows color (decimal): -7565338 or 15110028. OLE color: 15110028.
HSL color Cylindrical-coordinate representation of color #8C8FE6: hue angle of 238º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C8FE6 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 143 | 230 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.10 |
| HSL | 238º | 0.64% | 0.73% | - |
| HSV(B) | 238º | 0.39% | 0.9% | - |
| XYZ | 34.92 | 30.93 | 78.99 | - |
| YUV | 152.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 230 | 0.39 | 0.38 | 0 | 0.10 | 238 | 0.64 | 0.73 |
| Hex | 8C | 8F | E6 | 27 | 26 | 0 | A | EE | 40 | 49 |
| Octal | 214 | 217 | 346 | 47 | 46 | 0 | 12 | 356 | 100 | 111 |
| Binary | 10001100 | 10001111 | 11100110 | 100111 | 100110 | 0 | 1010 | 11101110 | 1000000 | 1001001 |
Color Harmonies of #8C8FE6
Complementary color
Monochromatic Colors of #8C8FE6
Black with #8C8FE6
Text Example
Text Example
White with #8C8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FE6; }
p { color: rgb(140,143,230); }
H1.HeaderClassName
{
color: #8C8FE6;
}
.AnyTagClassName
{
color: #8C8FE6;
}
</style>
background-color css
<style>
a { background-color: #8C8FE6; }
a { background-color: rgb(140,143,230); }
div.DivClassName
{
background-color: #8C8FE6;
}
.BgClassName
{
background-color: #8C8FE6;
}
</style>
border-color css
<style>
span { border-color: #8C8FE6; }
span { border-color: rgb(140,143,230); }
td.TdClassName
{
border-color: #8C8FE6;
}
.TagClassName
{
border-color: #8C8FE6;
}
</style>