Shades of Portage #8B9EEA
Tints of Portage #8B9EEA
RGB
CMYK
RGB Variations
Color information
#8B9EEA (or 0x8B9EEA) is known color: Portage. HEX triplet: 8B, 9E and EA. RGB value is (139,158,234). Sum of RGB (Red+Green+Blue) = 139+158+234=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EEA is #746115. Grayscale: #A0A0A0. Windows color (decimal): -7627030 or 15376011. OLE color: 15376011.
HSL color Cylindrical-coordinate representation of color #8B9EEA: hue angle of 228º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9EEA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 158 | 234 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.08 |
| HSL | 228º | 0.69% | 0.73% | - |
| HSV(B) | 228º | 0.41% | 0.92% | - |
| XYZ | 37.73 | 35.88 | 82.78 | - |
| YUV | 160.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 234 | 0.41 | 0.32 | 0 | 0.08 | 228 | 0.69 | 0.73 |
| Hex | 8B | 9E | EA | 29 | 20 | 0 | 8 | E4 | 45 | 49 |
| Octal | 213 | 236 | 352 | 51 | 40 | 0 | 10 | 344 | 105 | 111 |
| Binary | 10001011 | 10011110 | 11101010 | 101001 | 100000 | 0 | 1000 | 11100100 | 1000101 | 1001001 |
Color Harmonies of #8B9EEA
Complementary color
Monochromatic Colors of #8B9EEA
Black with #8B9EEA
Text Example
Text Example
White with #8B9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EEA; }
p { color: rgb(139,158,234); }
H1.HeaderClassName
{
color: #8B9EEA;
}
.AnyTagClassName
{
color: #8B9EEA;
}
</style>
background-color css
<style>
a { background-color: #8B9EEA; }
a { background-color: rgb(139,158,234); }
div.DivClassName
{
background-color: #8B9EEA;
}
.BgClassName
{
background-color: #8B9EEA;
}
</style>
border-color css
<style>
span { border-color: #8B9EEA; }
span { border-color: rgb(139,158,234); }
td.TdClassName
{
border-color: #8B9EEA;
}
.TagClassName
{
border-color: #8B9EEA;
}
</style>