Shades of Portage #8D9CFB
Tints of Portage #8D9CFB
RGB
CMYK
RGB Variations
Color information
#8D9CFB (or 0x8D9CFB) is known color: Portage. HEX triplet: 8D, 9C and FB. RGB value is (141,156,251). Sum of RGB (Red+Green+Blue) = 141+156+251=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D9CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFB is #726304. Grayscale: #A1A1A1. Windows color (decimal): -7496453 or 16489613. OLE color: 16489613.
HSL color Cylindrical-coordinate representation of color #8D9CFB: hue angle of 231.82º degrees, saturation: 0.93, 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 #8D9CFB is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 156 | 251 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.02 |
| HSL | 231.82º | 0.93% | 0.77% | - |
| HSV(B) | 231.82º | 0.44% | 0.98% | - |
| XYZ | 40.29 | 36.4 | 96.17 | - |
| YUV | 162.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 251 | 0.44 | 0.38 | 0 | 0.02 | 231.82 | 0.93 | 0.77 |
| Hex | 8D | 9C | FB | 2C | 26 | 0 | 2 | E8 | 5D | 4D |
| Octal | 215 | 234 | 373 | 54 | 46 | 0 | 2 | 350 | 135 | 115 |
| Binary | 10001101 | 10011100 | 11111011 | 101100 | 100110 | 0 | 10 | 11101000 | 1011101 | 1001101 |
Color Harmonies of #8D9CFB
Complementary color
Monochromatic Colors of #8D9CFB
Black with #8D9CFB
Text Example
Text Example
White with #8D9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CFB; }
p { color: rgb(141,156,251); }
H1.HeaderClassName
{
color: #8D9CFB;
}
.AnyTagClassName
{
color: #8D9CFB;
}
</style>
background-color css
<style>
a { background-color: #8D9CFB; }
a { background-color: rgb(141,156,251); }
div.DivClassName
{
background-color: #8D9CFB;
}
.BgClassName
{
background-color: #8D9CFB;
}
</style>
border-color css
<style>
span { border-color: #8D9CFB; }
span { border-color: rgb(141,156,251); }
td.TdClassName
{
border-color: #8D9CFB;
}
.TagClassName
{
border-color: #8D9CFB;
}
</style>