Shades of Portage #8B8FEE
Tints of Portage #8B8FEE
RGB
CMYK
RGB Variations
Color information
#8B8FEE (or 0x8B8FEE) is known color: Portage. HEX triplet: 8B, 8F and EE. RGB value is (139,143,238). Sum of RGB (Red+Green+Blue) = 139+143+238=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8FEE is #747011. Grayscale: #989898. Windows color (decimal): -7630866 or 15634315. OLE color: 15634315.
HSL color Cylindrical-coordinate representation of color #8B8FEE: hue angle of 237.58º degrees, saturation: 0.74, 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 #8B8FEE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 143 | 238 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.07 |
| HSL | 237.58º | 0.74% | 0.74% | - |
| HSV(B) | 237.58º | 0.42% | 0.93% | - |
| XYZ | 35.9 | 31.31 | 85.04 | - |
| YUV | 152.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 238 | 0.42 | 0.40 | 0 | 0.07 | 237.58 | 0.74 | 0.74 |
| Hex | 8B | 8F | EE | 2A | 28 | 0 | 7 | EE | 4A | 4A |
| Octal | 213 | 217 | 356 | 52 | 50 | 0 | 7 | 356 | 112 | 112 |
| Binary | 10001011 | 10001111 | 11101110 | 101010 | 101000 | 0 | 111 | 11101110 | 1001010 | 1001010 |
Color Harmonies of #8B8FEE
Complementary color
Monochromatic Colors of #8B8FEE
Black with #8B8FEE
Text Example
Text Example
White with #8B8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FEE; }
p { color: rgb(139,143,238); }
H1.HeaderClassName
{
color: #8B8FEE;
}
.AnyTagClassName
{
color: #8B8FEE;
}
</style>
background-color css
<style>
a { background-color: #8B8FEE; }
a { background-color: rgb(139,143,238); }
div.DivClassName
{
background-color: #8B8FEE;
}
.BgClassName
{
background-color: #8B8FEE;
}
</style>
border-color css
<style>
span { border-color: #8B8FEE; }
span { border-color: rgb(139,143,238); }
td.TdClassName
{
border-color: #8B8FEE;
}
.TagClassName
{
border-color: #8B8FEE;
}
</style>