Shades of Portage #8D9AFC
Tints of Portage #8D9AFC
RGB
CMYK
RGB Variations
Color information
#8D9AFC (or 0x8D9AFC) is known color: Portage. HEX triplet: 8D, 9A and FC. RGB value is (141,154,252). Sum of RGB (Red+Green+Blue) = 141+154+252=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AFC is #726503. Grayscale: #A0A0A0. Windows color (decimal): -7496964 or 16554637. OLE color: 16554637.
HSL color Cylindrical-coordinate representation of color #8D9AFC: hue angle of 232.97º degrees, saturation: 0.95, 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 #8D9AFC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 154 | 252 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.01 |
| HSL | 232.97º | 0.95% | 0.77% | - |
| HSV(B) | 232.97º | 0.44% | 0.99% | - |
| XYZ | 40.11 | 35.8 | 96.89 | - |
| YUV | 161.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 252 | 0.44 | 0.39 | 0 | 0.01 | 232.97 | 0.95 | 0.77 |
| Hex | 8D | 9A | FC | 2C | 27 | 0 | 1 | E9 | 5F | 4D |
| Octal | 215 | 232 | 374 | 54 | 47 | 0 | 1 | 351 | 137 | 115 |
| Binary | 10001101 | 10011010 | 11111100 | 101100 | 100111 | 0 | 1 | 11101001 | 1011111 | 1001101 |
Color Harmonies of #8D9AFC
Complementary color
Monochromatic Colors of #8D9AFC
Black with #8D9AFC
Text Example
Text Example
White with #8D9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AFC; }
p { color: rgb(141,154,252); }
H1.HeaderClassName
{
color: #8D9AFC;
}
.AnyTagClassName
{
color: #8D9AFC;
}
</style>
background-color css
<style>
a { background-color: #8D9AFC; }
a { background-color: rgb(141,154,252); }
div.DivClassName
{
background-color: #8D9AFC;
}
.BgClassName
{
background-color: #8D9AFC;
}
</style>
border-color css
<style>
span { border-color: #8D9AFC; }
span { border-color: rgb(141,154,252); }
td.TdClassName
{
border-color: #8D9AFC;
}
.TagClassName
{
border-color: #8D9AFC;
}
</style>