Shades of Portage #8D9BEA
Tints of Portage #8D9BEA
RGB
CMYK
RGB Variations
Color information
#8D9BEA (or 0x8D9BEA) is known color: Portage. HEX triplet: 8D, 9B and EA. RGB value is (141,155,234). Sum of RGB (Red+Green+Blue) = 141+155+234=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BEA is #726415. Grayscale: #9F9F9F. Windows color (decimal): -7496726 or 15375245. OLE color: 15375245.
HSL color Cylindrical-coordinate representation of color #8D9BEA: hue angle of 230.97º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9BEA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 155 | 234 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.08 |
| HSL | 230.97º | 0.69% | 0.74% | - |
| HSV(B) | 230.97º | 0.4% | 0.92% | - |
| XYZ | 37.56 | 35.05 | 82.63 | - |
| YUV | 159.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 234 | 0.40 | 0.34 | 0 | 0.08 | 230.97 | 0.69 | 0.74 |
| Hex | 8D | 9B | EA | 28 | 22 | 0 | 8 | E7 | 45 | 4A |
| Octal | 215 | 233 | 352 | 50 | 42 | 0 | 10 | 347 | 105 | 112 |
| Binary | 10001101 | 10011011 | 11101010 | 101000 | 100010 | 0 | 1000 | 11100111 | 1000101 | 1001010 |
Color Harmonies of #8D9BEA
Complementary color
Monochromatic Colors of #8D9BEA
Black with #8D9BEA
Text Example
Text Example
White with #8D9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BEA; }
p { color: rgb(141,155,234); }
H1.HeaderClassName
{
color: #8D9BEA;
}
.AnyTagClassName
{
color: #8D9BEA;
}
</style>
background-color css
<style>
a { background-color: #8D9BEA; }
a { background-color: rgb(141,155,234); }
div.DivClassName
{
background-color: #8D9BEA;
}
.BgClassName
{
background-color: #8D9BEA;
}
</style>
border-color css
<style>
span { border-color: #8D9BEA; }
span { border-color: rgb(141,155,234); }
td.TdClassName
{
border-color: #8D9BEA;
}
.TagClassName
{
border-color: #8D9BEA;
}
</style>