Shades of Portage #8F8CE5
Tints of Portage #8F8CE5
RGB
CMYK
RGB Variations
Color information
#8F8CE5 (or 0x8F8CE5) is known color: Portage. HEX triplet: 8F, 8C and E5. RGB value is (143,140,229). Sum of RGB (Red+Green+Blue) = 143+140+229=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CE5 is #70731A. Grayscale: #969696. Windows color (decimal): -7369499 or 15043727. OLE color: 15043727.
HSL color Cylindrical-coordinate representation of color #8F8CE5: hue angle of 242.02º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8CE5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 140 | 229 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.10 |
| HSL | 242.02º | 0.63% | 0.72% | - |
| HSV(B) | 242.02º | 0.39% | 0.9% | - |
| XYZ | 34.85 | 30.25 | 78.13 | - |
| YUV | 151.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 229 | 0.38 | 0.39 | 0 | 0.10 | 242.02 | 0.63 | 0.72 |
| Hex | 8F | 8C | E5 | 26 | 27 | 0 | A | F2 | 3F | 48 |
| Octal | 217 | 214 | 345 | 46 | 47 | 0 | 12 | 362 | 77 | 110 |
| Binary | 10001111 | 10001100 | 11100101 | 100110 | 100111 | 0 | 1010 | 11110010 | 111111 | 1001000 |
Color Harmonies of #8F8CE5
Complementary color
Monochromatic Colors of #8F8CE5
Black with #8F8CE5
Text Example
Text Example
White with #8F8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8CE5; }
p { color: rgb(143,140,229); }
H1.HeaderClassName
{
color: #8F8CE5;
}
.AnyTagClassName
{
color: #8F8CE5;
}
</style>
background-color css
<style>
a { background-color: #8F8CE5; }
a { background-color: rgb(143,140,229); }
div.DivClassName
{
background-color: #8F8CE5;
}
.BgClassName
{
background-color: #8F8CE5;
}
</style>
border-color css
<style>
span { border-color: #8F8CE5; }
span { border-color: rgb(143,140,229); }
td.TdClassName
{
border-color: #8F8CE5;
}
.TagClassName
{
border-color: #8F8CE5;
}
</style>