Shades of Portage #8D9AF8
Tints of Portage #8D9AF8
RGB
CMYK
RGB Variations
Color information
#8D9AF8 (or 0x8D9AF8) is known color: Portage. HEX triplet: 8D, 9A and F8. RGB value is (141,154,248). Sum of RGB (Red+Green+Blue) = 141+154+248=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D9AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AF8 is #726507. Grayscale: #A0A0A0. Windows color (decimal): -7496968 or 16292493. OLE color: 16292493.
HSL color Cylindrical-coordinate representation of color #8D9AF8: hue angle of 232.71º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9AF8 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 154 | 248 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.03 |
| HSL | 232.71º | 0.88% | 0.76% | - |
| HSV(B) | 232.71º | 0.43% | 0.97% | - |
| XYZ | 39.48 | 35.55 | 93.59 | - |
| YUV | 160.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 248 | 0.43 | 0.38 | 0 | 0.03 | 232.71 | 0.88 | 0.76 |
| Hex | 8D | 9A | F8 | 2B | 26 | 0 | 3 | E9 | 58 | 4C |
| Octal | 215 | 232 | 370 | 53 | 46 | 0 | 3 | 351 | 130 | 114 |
| Binary | 10001101 | 10011010 | 11111000 | 101011 | 100110 | 0 | 11 | 11101001 | 1011000 | 1001100 |
Color Harmonies of #8D9AF8
Complementary color
Monochromatic Colors of #8D9AF8
Black with #8D9AF8
Text Example
Text Example
White with #8D9AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AF8; }
p { color: rgb(141,154,248); }
H1.HeaderClassName
{
color: #8D9AF8;
}
.AnyTagClassName
{
color: #8D9AF8;
}
</style>
background-color css
<style>
a { background-color: #8D9AF8; }
a { background-color: rgb(141,154,248); }
div.DivClassName
{
background-color: #8D9AF8;
}
.BgClassName
{
background-color: #8D9AF8;
}
</style>
border-color css
<style>
span { border-color: #8D9AF8; }
span { border-color: rgb(141,154,248); }
td.TdClassName
{
border-color: #8D9AF8;
}
.TagClassName
{
border-color: #8D9AF8;
}
</style>