Shades of Portage #8B9ED4
Tints of Portage #8B9ED4
RGB
CMYK
RGB Variations
Color information
#8B9ED4 (or 0x8B9ED4) is known color: Portage. HEX triplet: 8B, 9E and D4. RGB value is (139,158,212). Sum of RGB (Red+Green+Blue) = 139+158+212=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #8B9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ED4 is #74612B. Grayscale: #9E9E9E. Windows color (decimal): -7627052 or 13934219. OLE color: 13934219.
HSL color Cylindrical-coordinate representation of color #8B9ED4: hue angle of 224.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B9ED4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 158 | 212 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.17 |
| HSL | 224.38º | 0.46% | 0.69% | - |
| HSV(B) | 224.38º | 0.34% | 0.83% | - |
| XYZ | 34.76 | 34.7 | 67.15 | - |
| YUV | 158.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 212 | 0.34 | 0.25 | 0 | 0.17 | 224.38 | 0.46 | 0.69 |
| Hex | 8B | 9E | D4 | 22 | 19 | 0 | 11 | E0 | 2E | 45 |
| Octal | 213 | 236 | 324 | 42 | 31 | 0 | 21 | 340 | 56 | 105 |
| Binary | 10001011 | 10011110 | 11010100 | 100010 | 11001 | 0 | 10001 | 11100000 | 101110 | 1000101 |
Color Harmonies of #8B9ED4
Complementary color
Monochromatic Colors of #8B9ED4
Black with #8B9ED4
Text Example
Text Example
White with #8B9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ED4; }
p { color: rgb(139,158,212); }
H1.HeaderClassName
{
color: #8B9ED4;
}
.AnyTagClassName
{
color: #8B9ED4;
}
</style>
background-color css
<style>
a { background-color: #8B9ED4; }
a { background-color: rgb(139,158,212); }
div.DivClassName
{
background-color: #8B9ED4;
}
.BgClassName
{
background-color: #8B9ED4;
}
</style>
border-color css
<style>
span { border-color: #8B9ED4; }
span { border-color: rgb(139,158,212); }
td.TdClassName
{
border-color: #8B9ED4;
}
.TagClassName
{
border-color: #8B9ED4;
}
</style>