Shades of Portage #8D9BEB
Tints of Portage #8D9BEB
RGB
CMYK
RGB Variations
Color information
#8D9BEB (or 0x8D9BEB) is known color: Portage. HEX triplet: 8D, 9B and EB. RGB value is (141,155,235). Sum of RGB (Red+Green+Blue) = 141+155+235=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BEB is #726414. Grayscale: #9F9F9F. Windows color (decimal): -7496725 or 15440781. OLE color: 15440781.
HSL color Cylindrical-coordinate representation of color #8D9BEB: hue angle of 231.06º degrees, saturation: 0.7, 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 #8D9BEB is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 155 | 235 | - |
| CMYK | 0.4 | 0.34 | 0 | 0.08 |
| HSL | 231.06º | 0.7% | 0.74% | - |
| HSV(B) | 231.06º | 0.4% | 0.92% | - |
| XYZ | 37.7 | 35.1 | 83.39 | - |
| YUV | 159.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 235 | 0.4 | 0.34 | 0 | 0.08 | 231.06 | 0.7 | 0.74 |
| Hex | 8D | 9B | EB | 28 | 22 | 0 | 8 | E7 | 46 | 4A |
| Octal | 215 | 233 | 353 | 50 | 42 | 0 | 10 | 347 | 106 | 112 |
| Binary | 10001101 | 10011011 | 11101011 | 101000 | 100010 | 0 | 1000 | 11100111 | 1000110 | 1001010 |
Color Harmonies of #8D9BEB
Complementary color
Monochromatic Colors of #8D9BEB
Black with #8D9BEB
Text Example
Text Example
White with #8D9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BEB; }
p { color: rgb(141,155,235); }
H1.HeaderClassName
{
color: #8D9BEB;
}
.AnyTagClassName
{
color: #8D9BEB;
}
</style>
background-color css
<style>
a { background-color: #8D9BEB; }
a { background-color: rgb(141,155,235); }
div.DivClassName
{
background-color: #8D9BEB;
}
.BgClassName
{
background-color: #8D9BEB;
}
</style>
border-color css
<style>
span { border-color: #8D9BEB; }
span { border-color: rgb(141,155,235); }
td.TdClassName
{
border-color: #8D9BEB;
}
.TagClassName
{
border-color: #8D9BEB;
}
</style>