Shades of Portage #8F8EEA
Tints of Portage #8F8EEA
RGB
CMYK
RGB Variations
Color information
#8F8EEA (or 0x8F8EEA) is known color: Portage. HEX triplet: 8F, 8E and EA. RGB value is (143,142,234). Sum of RGB (Red+Green+Blue) = 143+142+234=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8EEA is #707115. Grayscale: #989898. Windows color (decimal): -7368982 or 15371919. OLE color: 15371919.
HSL color Cylindrical-coordinate representation of color #8F8EEA: hue angle of 240.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8EEA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 142 | 234 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.08 |
| HSL | 240.65º | 0.69% | 0.74% | - |
| HSV(B) | 240.65º | 0.39% | 0.92% | - |
| XYZ | 35.85 | 31.13 | 81.96 | - |
| YUV | 152.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 234 | 0.39 | 0.39 | 0 | 0.08 | 240.65 | 0.69 | 0.74 |
| Hex | 8F | 8E | EA | 27 | 27 | 0 | 8 | F1 | 45 | 4A |
| Octal | 217 | 216 | 352 | 47 | 47 | 0 | 10 | 361 | 105 | 112 |
| Binary | 10001111 | 10001110 | 11101010 | 100111 | 100111 | 0 | 1000 | 11110001 | 1000101 | 1001010 |
Color Harmonies of #8F8EEA
Complementary color
Monochromatic Colors of #8F8EEA
Black with #8F8EEA
Text Example
Text Example
White with #8F8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8EEA; }
p { color: rgb(143,142,234); }
H1.HeaderClassName
{
color: #8F8EEA;
}
.AnyTagClassName
{
color: #8F8EEA;
}
</style>
background-color css
<style>
a { background-color: #8F8EEA; }
a { background-color: rgb(143,142,234); }
div.DivClassName
{
background-color: #8F8EEA;
}
.BgClassName
{
background-color: #8F8EEA;
}
</style>
border-color css
<style>
span { border-color: #8F8EEA; }
span { border-color: rgb(143,142,234); }
td.TdClassName
{
border-color: #8F8EEA;
}
.TagClassName
{
border-color: #8F8EEA;
}
</style>