Shades of Portage #8B9EDF
Tints of Portage #8B9EDF
RGB
CMYK
RGB Variations
Color information
#8B9EDF (or 0x8B9EDF) is known color: Portage. HEX triplet: 8B, 9E and DF. RGB value is (139,158,223). Sum of RGB (Red+Green+Blue) = 139+158+223=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EDF is #746120. Grayscale: #9F9F9F. Windows color (decimal): -7627041 or 14655115. OLE color: 14655115.
HSL color Cylindrical-coordinate representation of color #8B9EDF: hue angle of 226.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B9EDF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 158 | 223 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.13 |
| HSL | 226.43º | 0.57% | 0.71% | - |
| HSV(B) | 226.43º | 0.38% | 0.87% | - |
| XYZ | 36.19 | 35.27 | 74.71 | - |
| YUV | 159.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 223 | 0.38 | 0.29 | 0 | 0.13 | 226.43 | 0.57 | 0.71 |
| Hex | 8B | 9E | DF | 26 | 1D | 0 | D | E2 | 39 | 47 |
| Octal | 213 | 236 | 337 | 46 | 35 | 0 | 15 | 342 | 71 | 107 |
| Binary | 10001011 | 10011110 | 11011111 | 100110 | 11101 | 0 | 1101 | 11100010 | 111001 | 1000111 |
Color Harmonies of #8B9EDF
Complementary color
Monochromatic Colors of #8B9EDF
Black with #8B9EDF
Text Example
Text Example
White with #8B9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EDF; }
p { color: rgb(139,158,223); }
H1.HeaderClassName
{
color: #8B9EDF;
}
.AnyTagClassName
{
color: #8B9EDF;
}
</style>
background-color css
<style>
a { background-color: #8B9EDF; }
a { background-color: rgb(139,158,223); }
div.DivClassName
{
background-color: #8B9EDF;
}
.BgClassName
{
background-color: #8B9EDF;
}
</style>
border-color css
<style>
span { border-color: #8B9EDF; }
span { border-color: rgb(139,158,223); }
td.TdClassName
{
border-color: #8B9EDF;
}
.TagClassName
{
border-color: #8B9EDF;
}
</style>