Shades of Portage #8B8FEC
Tints of Portage #8B8FEC
RGB
CMYK
RGB Variations
Color information
#8B8FEC (or 0x8B8FEC) is known color: Portage. HEX triplet: 8B, 8F and EC. RGB value is (139,143,236). Sum of RGB (Red+Green+Blue) = 139+143+236=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8FEC is #747013. Grayscale: #989898. Windows color (decimal): -7630868 or 15503243. OLE color: 15503243.
HSL color Cylindrical-coordinate representation of color #8B8FEC: hue angle of 237.53º 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 #8B8FEC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 143 | 236 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.07 |
| HSL | 237.53º | 0.72% | 0.74% | - |
| HSV(B) | 237.53º | 0.41% | 0.93% | - |
| XYZ | 35.61 | 31.19 | 83.5 | - |
| YUV | 152.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 236 | 0.41 | 0.39 | 0 | 0.07 | 237.53 | 0.72 | 0.74 |
| Hex | 8B | 8F | EC | 29 | 27 | 0 | 7 | EE | 48 | 4A |
| Octal | 213 | 217 | 354 | 51 | 47 | 0 | 7 | 356 | 110 | 112 |
| Binary | 10001011 | 10001111 | 11101100 | 101001 | 100111 | 0 | 111 | 11101110 | 1001000 | 1001010 |
Color Harmonies of #8B8FEC
Complementary color
Monochromatic Colors of #8B8FEC
Black with #8B8FEC
Text Example
Text Example
White with #8B8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FEC; }
p { color: rgb(139,143,236); }
H1.HeaderClassName
{
color: #8B8FEC;
}
.AnyTagClassName
{
color: #8B8FEC;
}
</style>
background-color css
<style>
a { background-color: #8B8FEC; }
a { background-color: rgb(139,143,236); }
div.DivClassName
{
background-color: #8B8FEC;
}
.BgClassName
{
background-color: #8B8FEC;
}
</style>
border-color css
<style>
span { border-color: #8B8FEC; }
span { border-color: rgb(139,143,236); }
td.TdClassName
{
border-color: #8B8FEC;
}
.TagClassName
{
border-color: #8B8FEC;
}
</style>