Shades of Portage #8B9AED
Tints of Portage #8B9AED
RGB
CMYK
RGB Variations
Color information
#8B9AED (or 0x8B9AED) is known color: Portage. HEX triplet: 8B, 9A and ED. RGB value is (139,154,237). Sum of RGB (Red+Green+Blue) = 139+154+237=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AED is #746512. Grayscale: #9E9E9E. Windows color (decimal): -7628051 or 15571595. OLE color: 15571595.
HSL color Cylindrical-coordinate representation of color #8B9AED: hue angle of 230.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9AED is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 154 | 237 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.07 |
| HSL | 230.82º | 0.73% | 0.74% | - |
| HSV(B) | 230.82º | 0.41% | 0.93% | - |
| XYZ | 37.49 | 34.71 | 84.85 | - |
| YUV | 158.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 237 | 0.41 | 0.35 | 0 | 0.07 | 230.82 | 0.73 | 0.74 |
| Hex | 8B | 9A | ED | 29 | 23 | 0 | 7 | E7 | 49 | 4A |
| Octal | 213 | 232 | 355 | 51 | 43 | 0 | 7 | 347 | 111 | 112 |
| Binary | 10001011 | 10011010 | 11101101 | 101001 | 100011 | 0 | 111 | 11100111 | 1001001 | 1001010 |
Color Harmonies of #8B9AED
Complementary color
Monochromatic Colors of #8B9AED
Black with #8B9AED
Text Example
Text Example
White with #8B9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AED; }
p { color: rgb(139,154,237); }
H1.HeaderClassName
{
color: #8B9AED;
}
.AnyTagClassName
{
color: #8B9AED;
}
</style>
background-color css
<style>
a { background-color: #8B9AED; }
a { background-color: rgb(139,154,237); }
div.DivClassName
{
background-color: #8B9AED;
}
.BgClassName
{
background-color: #8B9AED;
}
</style>
border-color css
<style>
span { border-color: #8B9AED; }
span { border-color: rgb(139,154,237); }
td.TdClassName
{
border-color: #8B9AED;
}
.TagClassName
{
border-color: #8B9AED;
}
</style>