Shades of Portage #8F8BE5
Tints of Portage #8F8BE5
RGB
CMYK
RGB Variations
Color information
#8F8BE5 (or 0x8F8BE5) is known color: Portage. HEX triplet: 8F, 8B and E5. RGB value is (143,139,229). Sum of RGB (Red+Green+Blue) = 143+139+229=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F8BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BE5 is #70741A. Grayscale: #969696. Windows color (decimal): -7369755 or 15043471. OLE color: 15043471.
HSL color Cylindrical-coordinate representation of color #8F8BE5: hue angle of 242.67º 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 #8F8BE5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 139 | 229 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.10 |
| HSL | 242.67º | 0.63% | 0.72% | - |
| HSV(B) | 242.67º | 0.39% | 0.9% | - |
| XYZ | 34.7 | 29.96 | 78.08 | - |
| YUV | 150.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 229 | 0.38 | 0.39 | 0 | 0.10 | 242.67 | 0.63 | 0.72 |
| Hex | 8F | 8B | E5 | 26 | 27 | 0 | A | F3 | 3F | 48 |
| Octal | 217 | 213 | 345 | 46 | 47 | 0 | 12 | 363 | 77 | 110 |
| Binary | 10001111 | 10001011 | 11100101 | 100110 | 100111 | 0 | 1010 | 11110011 | 111111 | 1001000 |
Color Harmonies of #8F8BE5
Complementary color
Monochromatic Colors of #8F8BE5
Black with #8F8BE5
Text Example
Text Example
White with #8F8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BE5; }
p { color: rgb(143,139,229); }
H1.HeaderClassName
{
color: #8F8BE5;
}
.AnyTagClassName
{
color: #8F8BE5;
}
</style>
background-color css
<style>
a { background-color: #8F8BE5; }
a { background-color: rgb(143,139,229); }
div.DivClassName
{
background-color: #8F8BE5;
}
.BgClassName
{
background-color: #8F8BE5;
}
</style>
border-color css
<style>
span { border-color: #8F8BE5; }
span { border-color: rgb(143,139,229); }
td.TdClassName
{
border-color: #8F8BE5;
}
.TagClassName
{
border-color: #8F8BE5;
}
</style>