Shades of Portage #8C8FED
Tints of Portage #8C8FED
RGB
CMYK
RGB Variations
Color information
#8C8FED (or 0x8C8FED) is known color: Portage. HEX triplet: 8C, 8F and ED. RGB value is (140,143,237). Sum of RGB (Red+Green+Blue) = 140+143+237=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FED is #737012. Grayscale: #989898. Windows color (decimal): -7565331 or 15568780. OLE color: 15568780.
HSL color Cylindrical-coordinate representation of color #8C8FED: hue angle of 238.14º degrees, saturation: 0.73, 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 #8C8FED is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 143 | 237 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.07 |
| HSL | 238.14º | 0.73% | 0.74% | - |
| HSV(B) | 238.14º | 0.41% | 0.93% | - |
| XYZ | 35.92 | 31.33 | 84.28 | - |
| YUV | 152.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 237 | 0.41 | 0.40 | 0 | 0.07 | 238.14 | 0.73 | 0.74 |
| Hex | 8C | 8F | ED | 29 | 28 | 0 | 7 | EE | 49 | 4A |
| Octal | 214 | 217 | 355 | 51 | 50 | 0 | 7 | 356 | 111 | 112 |
| Binary | 10001100 | 10001111 | 11101101 | 101001 | 101000 | 0 | 111 | 11101110 | 1001001 | 1001010 |
Color Harmonies of #8C8FED
Complementary color
Monochromatic Colors of #8C8FED
Black with #8C8FED
Text Example
Text Example
White with #8C8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FED; }
p { color: rgb(140,143,237); }
H1.HeaderClassName
{
color: #8C8FED;
}
.AnyTagClassName
{
color: #8C8FED;
}
</style>
background-color css
<style>
a { background-color: #8C8FED; }
a { background-color: rgb(140,143,237); }
div.DivClassName
{
background-color: #8C8FED;
}
.BgClassName
{
background-color: #8C8FED;
}
</style>
border-color css
<style>
span { border-color: #8C8FED; }
span { border-color: rgb(140,143,237); }
td.TdClassName
{
border-color: #8C8FED;
}
.TagClassName
{
border-color: #8C8FED;
}
</style>