Shades of Portage #8D9AFF
Tints of Portage #8D9AFF
RGB
CMYK
RGB Variations
Color information
#8D9AFF (or 0x8D9AFF) is known color: Portage. HEX triplet: 8D, 9A and FF. RGB value is (141,154,255). Sum of RGB (Red+Green+Blue) = 141+154+255=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AFF is #726500. Grayscale: #A1A1A1. Windows color (decimal): -7496961 or 16751245. OLE color: 16751245.
HSL color Cylindrical-coordinate representation of color #8D9AFF: hue angle of 233.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D9AFF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 154 | 255 | - |
| CMYK | 0.45 | 0.40 | 0 | 0 |
| HSL | 233.16º | 1% | 0.78% | - |
| HSV(B) | 233.16º | 0.45% | 1% | - |
| XYZ | 40.59 | 35.99 | 99.42 | - |
| YUV | 161.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 255 | 0.45 | 0.40 | 0 | 0 | 233.16 | 1 | 0.78 |
| Hex | 8D | 9A | FF | 2D | 28 | 0 | 0 | E9 | 64 | 4E |
| Octal | 215 | 232 | 377 | 55 | 50 | 0 | 0 | 351 | 144 | 116 |
| Binary | 10001101 | 10011010 | 11111111 | 101101 | 101000 | 0 | 0 | 11101001 | 1100100 | 1001110 |
Color Harmonies of #8D9AFF
Complementary color
Monochromatic Colors of #8D9AFF
Black with #8D9AFF
Text Example
Text Example
White with #8D9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AFF; }
p { color: rgb(141,154,255); }
H1.HeaderClassName
{
color: #8D9AFF;
}
.AnyTagClassName
{
color: #8D9AFF;
}
</style>
background-color css
<style>
a { background-color: #8D9AFF; }
a { background-color: rgb(141,154,255); }
div.DivClassName
{
background-color: #8D9AFF;
}
.BgClassName
{
background-color: #8D9AFF;
}
</style>
border-color css
<style>
span { border-color: #8D9AFF; }
span { border-color: rgb(141,154,255); }
td.TdClassName
{
border-color: #8D9AFF;
}
.TagClassName
{
border-color: #8D9AFF;
}
</style>