Shades of Portage #8B89EE
Tints of Portage #8B89EE
RGB
CMYK
RGB Variations
Color information
#8B89EE (or 0x8B89EE) is known color: Portage. HEX triplet: 8B, 89 and EE. RGB value is (139,137,238). Sum of RGB (Red+Green+Blue) = 139+137+238=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B89EE is #747611. Grayscale: #949494. Windows color (decimal): -7632402 or 15632779. OLE color: 15632779.
HSL color Cylindrical-coordinate representation of color #8B89EE: hue angle of 241.19º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B89EE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 137 | 238 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 241.19º | 0.75% | 0.74% | - |
| HSV(B) | 241.19º | 0.42% | 0.93% | - |
| XYZ | 35.03 | 29.55 | 84.75 | - |
| YUV | 149.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 238 | 0.42 | 0.42 | 0 | 0.07 | 241.19 | 0.75 | 0.74 |
| Hex | 8B | 89 | EE | 2A | 2A | 0 | 7 | F1 | 4B | 4A |
| Octal | 213 | 211 | 356 | 52 | 52 | 0 | 7 | 361 | 113 | 112 |
| Binary | 10001011 | 10001001 | 11101110 | 101010 | 101010 | 0 | 111 | 11110001 | 1001011 | 1001010 |
Color Harmonies of #8B89EE
Complementary color
Monochromatic Colors of #8B89EE
Black with #8B89EE
Text Example
Text Example
White with #8B89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B89EE; }
p { color: rgb(139,137,238); }
H1.HeaderClassName
{
color: #8B89EE;
}
.AnyTagClassName
{
color: #8B89EE;
}
</style>
background-color css
<style>
a { background-color: #8B89EE; }
a { background-color: rgb(139,137,238); }
div.DivClassName
{
background-color: #8B89EE;
}
.BgClassName
{
background-color: #8B89EE;
}
</style>
border-color css
<style>
span { border-color: #8B89EE; }
span { border-color: rgb(139,137,238); }
td.TdClassName
{
border-color: #8B89EE;
}
.TagClassName
{
border-color: #8B89EE;
}
</style>