Shades of Portage #8C8FEB
Tints of Portage #8C8FEB
RGB
CMYK
RGB Variations
Color information
#8C8FEB (or 0x8C8FEB) is known color: Portage. HEX triplet: 8C, 8F and EB. RGB value is (140,143,235). Sum of RGB (Red+Green+Blue) = 140+143+235=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FEB is #737014. Grayscale: #989898. Windows color (decimal): -7565333 or 15437708. OLE color: 15437708.
HSL color Cylindrical-coordinate representation of color #8C8FEB: hue angle of 238.11º 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 #8C8FEB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 143 | 235 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.08 |
| HSL | 238.11º | 0.7% | 0.74% | - |
| HSV(B) | 238.11º | 0.4% | 0.92% | - |
| XYZ | 35.63 | 31.22 | 82.74 | - |
| YUV | 152.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 235 | 0.40 | 0.39 | 0 | 0.08 | 238.11 | 0.7 | 0.74 |
| Hex | 8C | 8F | EB | 28 | 27 | 0 | 8 | EE | 46 | 4A |
| Octal | 214 | 217 | 353 | 50 | 47 | 0 | 10 | 356 | 106 | 112 |
| Binary | 10001100 | 10001111 | 11101011 | 101000 | 100111 | 0 | 1000 | 11101110 | 1000110 | 1001010 |
Color Harmonies of #8C8FEB
Complementary color
Monochromatic Colors of #8C8FEB
Black with #8C8FEB
Text Example
Text Example
White with #8C8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FEB; }
p { color: rgb(140,143,235); }
H1.HeaderClassName
{
color: #8C8FEB;
}
.AnyTagClassName
{
color: #8C8FEB;
}
</style>
background-color css
<style>
a { background-color: #8C8FEB; }
a { background-color: rgb(140,143,235); }
div.DivClassName
{
background-color: #8C8FEB;
}
.BgClassName
{
background-color: #8C8FEB;
}
</style>
border-color css
<style>
span { border-color: #8C8FEB; }
span { border-color: rgb(140,143,235); }
td.TdClassName
{
border-color: #8C8FEB;
}
.TagClassName
{
border-color: #8C8FEB;
}
</style>