Shades of Portage #8B8EE6
Tints of Portage #8B8EE6
RGB
CMYK
RGB Variations
Color information
#8B8EE6 (or 0x8B8EE6) is known color: Portage. HEX triplet: 8B, 8E and E6. RGB value is (139,142,230). Sum of RGB (Red+Green+Blue) = 139+142+230=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #8B8EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8EE6 is #747119. Grayscale: #969696. Windows color (decimal): -7631130 or 15109771. OLE color: 15109771.
HSL color Cylindrical-coordinate representation of color #8B8EE6: hue angle of 238.02º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8EE6 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 142 | 230 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.10 |
| HSL | 238.02º | 0.65% | 0.72% | - |
| HSV(B) | 238.02º | 0.4% | 0.9% | - |
| XYZ | 34.6 | 30.55 | 78.94 | - |
| YUV | 151.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 230 | 0.40 | 0.38 | 0 | 0.10 | 238.02 | 0.65 | 0.72 |
| Hex | 8B | 8E | E6 | 28 | 26 | 0 | A | EE | 41 | 48 |
| Octal | 213 | 216 | 346 | 50 | 46 | 0 | 12 | 356 | 101 | 110 |
| Binary | 10001011 | 10001110 | 11100110 | 101000 | 100110 | 0 | 1010 | 11101110 | 1000001 | 1001000 |
Color Harmonies of #8B8EE6
Complementary color
Monochromatic Colors of #8B8EE6
Black with #8B8EE6
Text Example
Text Example
White with #8B8EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8EE6; }
p { color: rgb(139,142,230); }
H1.HeaderClassName
{
color: #8B8EE6;
}
.AnyTagClassName
{
color: #8B8EE6;
}
</style>
background-color css
<style>
a { background-color: #8B8EE6; }
a { background-color: rgb(139,142,230); }
div.DivClassName
{
background-color: #8B8EE6;
}
.BgClassName
{
background-color: #8B8EE6;
}
</style>
border-color css
<style>
span { border-color: #8B8EE6; }
span { border-color: rgb(139,142,230); }
td.TdClassName
{
border-color: #8B8EE6;
}
.TagClassName
{
border-color: #8B8EE6;
}
</style>