Shades of Portage #8B9DE1
Tints of Portage #8B9DE1
RGB
CMYK
RGB Variations
Color information
#8B9DE1 (or 0x8B9DE1) is known color: Portage. HEX triplet: 8B, 9D and E1. RGB value is (139,157,225). Sum of RGB (Red+Green+Blue) = 139+157+225=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B9DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DE1 is #74621E. Grayscale: #9F9F9F. Windows color (decimal): -7627295 or 14785931. OLE color: 14785931.
HSL color Cylindrical-coordinate representation of color #8B9DE1: hue angle of 227.44º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B9DE1 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 157 | 225 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.12 |
| HSL | 227.44º | 0.59% | 0.71% | - |
| HSV(B) | 227.44º | 0.38% | 0.88% | - |
| XYZ | 36.3 | 35.04 | 76.08 | - |
| YUV | 159.37 | 165.04 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 225 | 0.38 | 0.30 | 0 | 0.12 | 227.44 | 0.59 | 0.71 |
| Hex | 8B | 9D | E1 | 26 | 1E | 0 | C | E3 | 3B | 47 |
| Octal | 213 | 235 | 341 | 46 | 36 | 0 | 14 | 343 | 73 | 107 |
| Binary | 10001011 | 10011101 | 11100001 | 100110 | 11110 | 0 | 1100 | 11100011 | 111011 | 1000111 |
Color Harmonies of #8B9DE1
Complementary color
Monochromatic Colors of #8B9DE1
Black with #8B9DE1
Text Example
Text Example
White with #8B9DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DE1; }
p { color: rgb(139,157,225); }
H1.HeaderClassName
{
color: #8B9DE1;
}
.AnyTagClassName
{
color: #8B9DE1;
}
</style>
background-color css
<style>
a { background-color: #8B9DE1; }
a { background-color: rgb(139,157,225); }
div.DivClassName
{
background-color: #8B9DE1;
}
.BgClassName
{
background-color: #8B9DE1;
}
</style>
border-color css
<style>
span { border-color: #8B9DE1; }
span { border-color: rgb(139,157,225); }
td.TdClassName
{
border-color: #8B9DE1;
}
.TagClassName
{
border-color: #8B9DE1;
}
</style>