Shades of Portage #8D9CFA
Tints of Portage #8D9CFA
RGB
CMYK
RGB Variations
Color information
#8D9CFA (or 0x8D9CFA) is known color: Portage. HEX triplet: 8D, 9C and FA. RGB value is (141,156,250). Sum of RGB (Red+Green+Blue) = 141+156+250=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFA is #726305. Grayscale: #A1A1A1. Windows color (decimal): -7496454 or 16424077. OLE color: 16424077.
HSL color Cylindrical-coordinate representation of color #8D9CFA: hue angle of 231.74º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9CFA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 156 | 250 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.02 |
| HSL | 231.74º | 0.92% | 0.77% | - |
| HSV(B) | 231.74º | 0.44% | 0.98% | - |
| XYZ | 40.13 | 36.34 | 95.34 | - |
| YUV | 162.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 250 | 0.44 | 0.38 | 0 | 0.02 | 231.74 | 0.92 | 0.77 |
| Hex | 8D | 9C | FA | 2C | 26 | 0 | 2 | E8 | 5C | 4D |
| Octal | 215 | 234 | 372 | 54 | 46 | 0 | 2 | 350 | 134 | 115 |
| Binary | 10001101 | 10011100 | 11111010 | 101100 | 100110 | 0 | 10 | 11101000 | 1011100 | 1001101 |
Color Harmonies of #8D9CFA
Complementary color
Monochromatic Colors of #8D9CFA
Black with #8D9CFA
Text Example
Text Example
White with #8D9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CFA; }
p { color: rgb(141,156,250); }
H1.HeaderClassName
{
color: #8D9CFA;
}
.AnyTagClassName
{
color: #8D9CFA;
}
</style>
background-color css
<style>
a { background-color: #8D9CFA; }
a { background-color: rgb(141,156,250); }
div.DivClassName
{
background-color: #8D9CFA;
}
.BgClassName
{
background-color: #8D9CFA;
}
</style>
border-color css
<style>
span { border-color: #8D9CFA; }
span { border-color: rgb(141,156,250); }
td.TdClassName
{
border-color: #8D9CFA;
}
.TagClassName
{
border-color: #8D9CFA;
}
</style>