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