Shades of Portage #8B9DE3
Tints of Portage #8B9DE3
RGB
CMYK
RGB Variations
Color information
#8B9DE3 (or 0x8B9DE3) is known color: Portage. HEX triplet: 8B, 9D and E3. RGB value is (139,157,227). Sum of RGB (Red+Green+Blue) = 139+157+227=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #8B9DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DE3 is #74621C. Grayscale: #9F9F9F. Windows color (decimal): -7627293 or 14917003. OLE color: 14917003.
HSL color Cylindrical-coordinate representation of color #8B9DE3: hue angle of 227.73º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B9DE3 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 157 | 227 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.11 |
| HSL | 227.73º | 0.61% | 0.72% | - |
| HSV(B) | 227.73º | 0.39% | 0.89% | - |
| XYZ | 36.57 | 35.15 | 77.53 | - |
| YUV | 159.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 227 | 0.39 | 0.31 | 0 | 0.11 | 227.73 | 0.61 | 0.72 |
| Hex | 8B | 9D | E3 | 27 | 1F | 0 | B | E4 | 3D | 48 |
| Octal | 213 | 235 | 343 | 47 | 37 | 0 | 13 | 344 | 75 | 110 |
| Binary | 10001011 | 10011101 | 11100011 | 100111 | 11111 | 0 | 1011 | 11100100 | 111101 | 1001000 |
Color Harmonies of #8B9DE3
Complementary color
Monochromatic Colors of #8B9DE3
Black with #8B9DE3
Text Example
Text Example
White with #8B9DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DE3; }
p { color: rgb(139,157,227); }
H1.HeaderClassName
{
color: #8B9DE3;
}
.AnyTagClassName
{
color: #8B9DE3;
}
</style>
background-color css
<style>
a { background-color: #8B9DE3; }
a { background-color: rgb(139,157,227); }
div.DivClassName
{
background-color: #8B9DE3;
}
.BgClassName
{
background-color: #8B9DE3;
}
</style>
border-color css
<style>
span { border-color: #8B9DE3; }
span { border-color: rgb(139,157,227); }
td.TdClassName
{
border-color: #8B9DE3;
}
.TagClassName
{
border-color: #8B9DE3;
}
</style>