Shades of Portage #8D9CFD
Tints of Portage #8D9CFD
RGB
CMYK
RGB Variations
Color information
#8D9CFD (or 0x8D9CFD) is known color: Portage. HEX triplet: 8D, 9C and FD. RGB value is (141,156,253). Sum of RGB (Red+Green+Blue) = 141+156+253=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFD is #726302. Grayscale: #A2A2A2. Windows color (decimal): -7496451 or 16620685. OLE color: 16620685.
HSL color Cylindrical-coordinate representation of color #8D9CFD: hue angle of 231.96º 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 #8D9CFD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 156 | 253 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.01 |
| HSL | 231.96º | 0.97% | 0.77% | - |
| HSV(B) | 231.96º | 0.44% | 0.99% | - |
| XYZ | 40.6 | 36.53 | 97.84 | - |
| YUV | 162.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 253 | 0.44 | 0.38 | 0 | 0.01 | 231.96 | 0.97 | 0.77 |
| Hex | 8D | 9C | FD | 2C | 26 | 0 | 1 | E8 | 61 | 4D |
| Octal | 215 | 234 | 375 | 54 | 46 | 0 | 1 | 350 | 141 | 115 |
| Binary | 10001101 | 10011100 | 11111101 | 101100 | 100110 | 0 | 1 | 11101000 | 1100001 | 1001101 |
Color Harmonies of #8D9CFD
Complementary color
Monochromatic Colors of #8D9CFD
Black with #8D9CFD
Text Example
Text Example
White with #8D9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CFD; }
p { color: rgb(141,156,253); }
H1.HeaderClassName
{
color: #8D9CFD;
}
.AnyTagClassName
{
color: #8D9CFD;
}
</style>
background-color css
<style>
a { background-color: #8D9CFD; }
a { background-color: rgb(141,156,253); }
div.DivClassName
{
background-color: #8D9CFD;
}
.BgClassName
{
background-color: #8D9CFD;
}
</style>
border-color css
<style>
span { border-color: #8D9CFD; }
span { border-color: rgb(141,156,253); }
td.TdClassName
{
border-color: #8D9CFD;
}
.TagClassName
{
border-color: #8D9CFD;
}
</style>