Shades of Portage #8B8BEF
Tints of Portage #8B8BEF
RGB
CMYK
RGB Variations
Color information
#8B8BEF (or 0x8B8BEF) is known color: Portage. HEX triplet: 8B, 8B and EF. RGB value is (139,139,239). Sum of RGB (Red+Green+Blue) = 139+139+239=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8BEF is #747410. Grayscale: #959595. Windows color (decimal): -7631889 or 15698827. OLE color: 15698827.
HSL color Cylindrical-coordinate representation of color #8B8BEF: hue angle of 240º 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 #8B8BEF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 139 | 239 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.06 |
| HSL | 240º | 0.76% | 0.74% | - |
| HSV(B) | 240º | 0.42% | 0.94% | - |
| XYZ | 35.46 | 30.19 | 85.62 | - |
| YUV | 150.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 239 | 0.42 | 0.42 | 0 | 0.06 | 240 | 0.76 | 0.74 |
| Hex | 8B | 8B | EF | 2A | 2A | 0 | 6 | F0 | 4C | 4A |
| Octal | 213 | 213 | 357 | 52 | 52 | 0 | 6 | 360 | 114 | 112 |
| Binary | 10001011 | 10001011 | 11101111 | 101010 | 101010 | 0 | 110 | 11110000 | 1001100 | 1001010 |
Color Harmonies of #8B8BEF
Complementary color
Monochromatic Colors of #8B8BEF
Black with #8B8BEF
Text Example
Text Example
White with #8B8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8BEF; }
p { color: rgb(139,139,239); }
H1.HeaderClassName
{
color: #8B8BEF;
}
.AnyTagClassName
{
color: #8B8BEF;
}
</style>
background-color css
<style>
a { background-color: #8B8BEF; }
a { background-color: rgb(139,139,239); }
div.DivClassName
{
background-color: #8B8BEF;
}
.BgClassName
{
background-color: #8B8BEF;
}
</style>
border-color css
<style>
span { border-color: #8B8BEF; }
span { border-color: rgb(139,139,239); }
td.TdClassName
{
border-color: #8B8BEF;
}
.TagClassName
{
border-color: #8B8BEF;
}
</style>