Shades of Portage #8D8BEF
Tints of Portage #8D8BEF
RGB
CMYK
RGB Variations
Color information
#8D8BEF (or 0x8D8BEF) is known color: Portage. HEX triplet: 8D, 8B and EF. RGB value is (141,139,239). Sum of RGB (Red+Green+Blue) = 141+139+239=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8BEF is #727410. Grayscale: #969696. Windows color (decimal): -7500817 or 15698829. OLE color: 15698829.
HSL color Cylindrical-coordinate representation of color #8D8BEF: hue angle of 241.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D8BEF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 139 | 239 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.06 |
| HSL | 241.2º | 0.76% | 0.74% | - |
| HSV(B) | 241.2º | 0.42% | 0.94% | - |
| XYZ | 35.8 | 30.36 | 85.63 | - |
| YUV | 151 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 239 | 0.41 | 0.42 | 0 | 0.06 | 241.2 | 0.76 | 0.74 |
| Hex | 8D | 8B | EF | 29 | 2A | 0 | 6 | F1 | 4C | 4A |
| Octal | 215 | 213 | 357 | 51 | 52 | 0 | 6 | 361 | 114 | 112 |
| Binary | 10001101 | 10001011 | 11101111 | 101001 | 101010 | 0 | 110 | 11110001 | 1001100 | 1001010 |
Color Harmonies of #8D8BEF
Complementary color
Monochromatic Colors of #8D8BEF
Black with #8D8BEF
Text Example
Text Example
White with #8D8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8BEF; }
p { color: rgb(141,139,239); }
H1.HeaderClassName
{
color: #8D8BEF;
}
.AnyTagClassName
{
color: #8D8BEF;
}
</style>
background-color css
<style>
a { background-color: #8D8BEF; }
a { background-color: rgb(141,139,239); }
div.DivClassName
{
background-color: #8D8BEF;
}
.BgClassName
{
background-color: #8D8BEF;
}
</style>
border-color css
<style>
span { border-color: #8D8BEF; }
span { border-color: rgb(141,139,239); }
td.TdClassName
{
border-color: #8D8BEF;
}
.TagClassName
{
border-color: #8D8BEF;
}
</style>