Shades of Portage #8B9AEA
Tints of Portage #8B9AEA
RGB
CMYK
RGB Variations
Color information
#8B9AEA (or 0x8B9AEA) is known color: Portage. HEX triplet: 8B, 9A and EA. RGB value is (139,154,234). Sum of RGB (Red+Green+Blue) = 139+154+234=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AEA is #746515. Grayscale: #9E9E9E. Windows color (decimal): -7628054 or 15374987. OLE color: 15374987.
HSL color Cylindrical-coordinate representation of color #8B9AEA: hue angle of 230.53º 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 #8B9AEA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 154 | 234 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.08 |
| HSL | 230.53º | 0.69% | 0.73% | - |
| HSV(B) | 230.53º | 0.41% | 0.92% | - |
| XYZ | 37.05 | 34.54 | 82.56 | - |
| YUV | 158.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 234 | 0.41 | 0.34 | 0 | 0.08 | 230.53 | 0.69 | 0.73 |
| Hex | 8B | 9A | EA | 29 | 22 | 0 | 8 | E7 | 45 | 49 |
| Octal | 213 | 232 | 352 | 51 | 42 | 0 | 10 | 347 | 105 | 111 |
| Binary | 10001011 | 10011010 | 11101010 | 101001 | 100010 | 0 | 1000 | 11100111 | 1000101 | 1001001 |
Color Harmonies of #8B9AEA
Complementary color
Monochromatic Colors of #8B9AEA
Black with #8B9AEA
Text Example
Text Example
White with #8B9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AEA; }
p { color: rgb(139,154,234); }
H1.HeaderClassName
{
color: #8B9AEA;
}
.AnyTagClassName
{
color: #8B9AEA;
}
</style>
background-color css
<style>
a { background-color: #8B9AEA; }
a { background-color: rgb(139,154,234); }
div.DivClassName
{
background-color: #8B9AEA;
}
.BgClassName
{
background-color: #8B9AEA;
}
</style>
border-color css
<style>
span { border-color: #8B9AEA; }
span { border-color: rgb(139,154,234); }
td.TdClassName
{
border-color: #8B9AEA;
}
.TagClassName
{
border-color: #8B9AEA;
}
</style>