Shades of Portage #8B9EEC
Tints of Portage #8B9EEC
RGB
CMYK
RGB Variations
Color information
#8B9EEC (or 0x8B9EEC) is known color: Portage. HEX triplet: 8B, 9E and EC. RGB value is (139,158,236). Sum of RGB (Red+Green+Blue) = 139+158+236=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EEC is #746113. Grayscale: #A0A0A0. Windows color (decimal): -7627028 or 15507083. OLE color: 15507083.
HSL color Cylindrical-coordinate representation of color #8B9EEC: hue angle of 228.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9EEC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 158 | 236 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.07 |
| HSL | 228.25º | 0.72% | 0.74% | - |
| HSV(B) | 228.25º | 0.41% | 0.93% | - |
| XYZ | 38.01 | 36 | 84.3 | - |
| YUV | 161.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 236 | 0.41 | 0.33 | 0 | 0.07 | 228.25 | 0.72 | 0.74 |
| Hex | 8B | 9E | EC | 29 | 21 | 0 | 7 | E4 | 48 | 4A |
| Octal | 213 | 236 | 354 | 51 | 41 | 0 | 7 | 344 | 110 | 112 |
| Binary | 10001011 | 10011110 | 11101100 | 101001 | 100001 | 0 | 111 | 11100100 | 1001000 | 1001010 |
Color Harmonies of #8B9EEC
Complementary color
Monochromatic Colors of #8B9EEC
Black with #8B9EEC
Text Example
Text Example
White with #8B9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EEC; }
p { color: rgb(139,158,236); }
H1.HeaderClassName
{
color: #8B9EEC;
}
.AnyTagClassName
{
color: #8B9EEC;
}
</style>
background-color css
<style>
a { background-color: #8B9EEC; }
a { background-color: rgb(139,158,236); }
div.DivClassName
{
background-color: #8B9EEC;
}
.BgClassName
{
background-color: #8B9EEC;
}
</style>
border-color css
<style>
span { border-color: #8B9EEC; }
span { border-color: rgb(139,158,236); }
td.TdClassName
{
border-color: #8B9EEC;
}
.TagClassName
{
border-color: #8B9EEC;
}
</style>