Shades of Portage #8D9BFD
Tints of Portage #8D9BFD
RGB
CMYK
RGB Variations
Color information
#8D9BFD (or 0x8D9BFD) is known color: Portage. HEX triplet: 8D, 9B and FD. RGB value is (141,155,253). Sum of RGB (Red+Green+Blue) = 141+155+253=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BFD is #726402. Grayscale: #A1A1A1. Windows color (decimal): -7496707 or 16620429. OLE color: 16620429.
HSL color Cylindrical-coordinate representation of color #8D9BFD: hue angle of 232.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9BFD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 155 | 253 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.01 |
| HSL | 232.5º | 0.97% | 0.77% | - |
| HSV(B) | 232.5º | 0.44% | 0.99% | - |
| XYZ | 40.44 | 36.2 | 97.78 | - |
| YUV | 161.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 253 | 0.44 | 0.39 | 0 | 0.01 | 232.5 | 0.97 | 0.77 |
| Hex | 8D | 9B | FD | 2C | 27 | 0 | 1 | E8 | 61 | 4D |
| Octal | 215 | 233 | 375 | 54 | 47 | 0 | 1 | 350 | 141 | 115 |
| Binary | 10001101 | 10011011 | 11111101 | 101100 | 100111 | 0 | 1 | 11101000 | 1100001 | 1001101 |
Color Harmonies of #8D9BFD
Complementary color
Monochromatic Colors of #8D9BFD
Black with #8D9BFD
Text Example
Text Example
White with #8D9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BFD; }
p { color: rgb(141,155,253); }
H1.HeaderClassName
{
color: #8D9BFD;
}
.AnyTagClassName
{
color: #8D9BFD;
}
</style>
background-color css
<style>
a { background-color: #8D9BFD; }
a { background-color: rgb(141,155,253); }
div.DivClassName
{
background-color: #8D9BFD;
}
.BgClassName
{
background-color: #8D9BFD;
}
</style>
border-color css
<style>
span { border-color: #8D9BFD; }
span { border-color: rgb(141,155,253); }
td.TdClassName
{
border-color: #8D9BFD;
}
.TagClassName
{
border-color: #8D9BFD;
}
</style>