Shades of Portage #8B9ED7
Tints of Portage #8B9ED7
RGB
CMYK
RGB Variations
Color information
#8B9ED7 (or 0x8B9ED7) is known color: Portage. HEX triplet: 8B, 9E and D7. RGB value is (139,158,215). Sum of RGB (Red+Green+Blue) = 139+158+215=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B9ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ED7 is #746128. Grayscale: #9E9E9E. Windows color (decimal): -7627049 or 14130827. OLE color: 14130827.
HSL color Cylindrical-coordinate representation of color #8B9ED7: hue angle of 225º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B9ED7 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 158 | 215 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.16 |
| HSL | 225º | 0.49% | 0.69% | - |
| HSV(B) | 225º | 0.35% | 0.84% | - |
| XYZ | 35.14 | 34.85 | 69.16 | - |
| YUV | 158.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 215 | 0.35 | 0.27 | 0 | 0.16 | 225 | 0.49 | 0.69 |
| Hex | 8B | 9E | D7 | 23 | 1B | 0 | 10 | E1 | 31 | 45 |
| Octal | 213 | 236 | 327 | 43 | 33 | 0 | 20 | 341 | 61 | 105 |
| Binary | 10001011 | 10011110 | 11010111 | 100011 | 11011 | 0 | 10000 | 11100001 | 110001 | 1000101 |
Color Harmonies of #8B9ED7
Complementary color
Monochromatic Colors of #8B9ED7
Black with #8B9ED7
Text Example
Text Example
White with #8B9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ED7; }
p { color: rgb(139,158,215); }
H1.HeaderClassName
{
color: #8B9ED7;
}
.AnyTagClassName
{
color: #8B9ED7;
}
</style>
background-color css
<style>
a { background-color: #8B9ED7; }
a { background-color: rgb(139,158,215); }
div.DivClassName
{
background-color: #8B9ED7;
}
.BgClassName
{
background-color: #8B9ED7;
}
</style>
border-color css
<style>
span { border-color: #8B9ED7; }
span { border-color: rgb(139,158,215); }
td.TdClassName
{
border-color: #8B9ED7;
}
.TagClassName
{
border-color: #8B9ED7;
}
</style>