Shades of Portage #8D9FFD
Tints of Portage #8D9FFD
RGB
CMYK
RGB Variations
Color information
#8D9FFD (or 0x8D9FFD) is known color: Portage. HEX triplet: 8D, 9F and FD. RGB value is (141,159,253). Sum of RGB (Red+Green+Blue) = 141+159+253=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FFD is #726002. Grayscale: #A3A3A3. Windows color (decimal): -7495683 or 16621453. OLE color: 16621453.
HSL color Cylindrical-coordinate representation of color #8D9FFD: hue angle of 230.36º 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 #8D9FFD is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 159 | 253 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.01 |
| HSL | 230.36º | 0.97% | 0.77% | - |
| HSV(B) | 230.36º | 0.44% | 0.99% | - |
| XYZ | 41.11 | 37.55 | 98.01 | - |
| YUV | 164.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 253 | 0.44 | 0.37 | 0 | 0.01 | 230.36 | 0.97 | 0.77 |
| Hex | 8D | 9F | FD | 2C | 25 | 0 | 1 | E6 | 61 | 4D |
| Octal | 215 | 237 | 375 | 54 | 45 | 0 | 1 | 346 | 141 | 115 |
| Binary | 10001101 | 10011111 | 11111101 | 101100 | 100101 | 0 | 1 | 11100110 | 1100001 | 1001101 |
Color Harmonies of #8D9FFD
Complementary color
Monochromatic Colors of #8D9FFD
Black with #8D9FFD
Text Example
Text Example
White with #8D9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FFD; }
p { color: rgb(141,159,253); }
H1.HeaderClassName
{
color: #8D9FFD;
}
.AnyTagClassName
{
color: #8D9FFD;
}
</style>
background-color css
<style>
a { background-color: #8D9FFD; }
a { background-color: rgb(141,159,253); }
div.DivClassName
{
background-color: #8D9FFD;
}
.BgClassName
{
background-color: #8D9FFD;
}
</style>
border-color css
<style>
span { border-color: #8D9FFD; }
span { border-color: rgb(141,159,253); }
td.TdClassName
{
border-color: #8D9FFD;
}
.TagClassName
{
border-color: #8D9FFD;
}
</style>