Shades of Portage #8E8BDF
Tints of Portage #8E8BDF
RGB
CMYK
RGB Variations
Color information
#8E8BDF (or 0x8E8BDF) is known color: Portage. HEX triplet: 8E, 8B and DF. RGB value is (142,139,223). Sum of RGB (Red+Green+Blue) = 142+139+223=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BDF is #717420. Grayscale: #959595. Windows color (decimal): -7435297 or 14650254. OLE color: 14650254.
HSL color Cylindrical-coordinate representation of color #8E8BDF: hue angle of 242.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E8BDF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 139 | 223 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.13 |
| HSL | 242.14º | 0.57% | 0.71% | - |
| HSV(B) | 242.14º | 0.38% | 0.87% | - |
| XYZ | 33.71 | 29.54 | 73.74 | - |
| YUV | 149.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 223 | 0.36 | 0.38 | 0 | 0.13 | 242.14 | 0.57 | 0.71 |
| Hex | 8E | 8B | DF | 24 | 26 | 0 | D | F2 | 39 | 47 |
| Octal | 216 | 213 | 337 | 44 | 46 | 0 | 15 | 362 | 71 | 107 |
| Binary | 10001110 | 10001011 | 11011111 | 100100 | 100110 | 0 | 1101 | 11110010 | 111001 | 1000111 |
Color Harmonies of #8E8BDF
Complementary color
Monochromatic Colors of #8E8BDF
Black with #8E8BDF
Text Example
Text Example
White with #8E8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BDF; }
p { color: rgb(142,139,223); }
H1.HeaderClassName
{
color: #8E8BDF;
}
.AnyTagClassName
{
color: #8E8BDF;
}
</style>
background-color css
<style>
a { background-color: #8E8BDF; }
a { background-color: rgb(142,139,223); }
div.DivClassName
{
background-color: #8E8BDF;
}
.BgClassName
{
background-color: #8E8BDF;
}
</style>
border-color css
<style>
span { border-color: #8E8BDF; }
span { border-color: rgb(142,139,223); }
td.TdClassName
{
border-color: #8E8BDF;
}
.TagClassName
{
border-color: #8E8BDF;
}
</style>