Shades of Portage #8F8FEC
Tints of Portage #8F8FEC
RGB
CMYK
RGB Variations
Color information
#8F8FEC (or 0x8F8FEC) is known color: Portage. HEX triplet: 8F, 8F and EC. RGB value is (143,143,236). Sum of RGB (Red+Green+Blue) = 143+143+236=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FEC is #707013. Grayscale: #999999. Windows color (decimal): -7368724 or 15503247. OLE color: 15503247.
HSL color Cylindrical-coordinate representation of color #8F8FEC: hue angle of 240º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8FEC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 143 | 236 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.07 |
| HSL | 240º | 0.71% | 0.74% | - |
| HSV(B) | 240º | 0.39% | 0.93% | - |
| XYZ | 36.29 | 31.54 | 83.53 | - |
| YUV | 153.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 236 | 0.39 | 0.39 | 0 | 0.07 | 240 | 0.71 | 0.74 |
| Hex | 8F | 8F | EC | 27 | 27 | 0 | 7 | F0 | 47 | 4A |
| Octal | 217 | 217 | 354 | 47 | 47 | 0 | 7 | 360 | 107 | 112 |
| Binary | 10001111 | 10001111 | 11101100 | 100111 | 100111 | 0 | 111 | 11110000 | 1000111 | 1001010 |
Color Harmonies of #8F8FEC
Complementary color
Monochromatic Colors of #8F8FEC
Black with #8F8FEC
Text Example
Text Example
White with #8F8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FEC; }
p { color: rgb(143,143,236); }
H1.HeaderClassName
{
color: #8F8FEC;
}
.AnyTagClassName
{
color: #8F8FEC;
}
</style>
background-color css
<style>
a { background-color: #8F8FEC; }
a { background-color: rgb(143,143,236); }
div.DivClassName
{
background-color: #8F8FEC;
}
.BgClassName
{
background-color: #8F8FEC;
}
</style>
border-color css
<style>
span { border-color: #8F8FEC; }
span { border-color: rgb(143,143,236); }
td.TdClassName
{
border-color: #8F8FEC;
}
.TagClassName
{
border-color: #8F8FEC;
}
</style>