Shades of Portage #8D9AE5
Tints of Portage #8D9AE5
RGB
CMYK
RGB Variations
Color information
#8D9AE5 (or 0x8D9AE5) is known color: Portage. HEX triplet: 8D, 9A and E5. RGB value is (141,154,229). Sum of RGB (Red+Green+Blue) = 141+154+229=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D9AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9AE5 is #72651A. Grayscale: #9E9E9E. Windows color (decimal): -7496987 or 15047309. OLE color: 15047309.
HSL color Cylindrical-coordinate representation of color #8D9AE5: hue angle of 231.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D9AE5 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 154 | 229 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.10 |
| HSL | 231.14º | 0.63% | 0.73% | - |
| HSV(B) | 231.14º | 0.38% | 0.9% | - |
| XYZ | 36.68 | 34.43 | 78.84 | - |
| YUV | 158.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 229 | 0.38 | 0.33 | 0 | 0.10 | 231.14 | 0.63 | 0.73 |
| Hex | 8D | 9A | E5 | 26 | 21 | 0 | A | E7 | 3F | 49 |
| Octal | 215 | 232 | 345 | 46 | 41 | 0 | 12 | 347 | 77 | 111 |
| Binary | 10001101 | 10011010 | 11100101 | 100110 | 100001 | 0 | 1010 | 11100111 | 111111 | 1001001 |
Color Harmonies of #8D9AE5
Complementary color
Monochromatic Colors of #8D9AE5
Black with #8D9AE5
Text Example
Text Example
White with #8D9AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AE5; }
p { color: rgb(141,154,229); }
H1.HeaderClassName
{
color: #8D9AE5;
}
.AnyTagClassName
{
color: #8D9AE5;
}
</style>
background-color css
<style>
a { background-color: #8D9AE5; }
a { background-color: rgb(141,154,229); }
div.DivClassName
{
background-color: #8D9AE5;
}
.BgClassName
{
background-color: #8D9AE5;
}
</style>
border-color css
<style>
span { border-color: #8D9AE5; }
span { border-color: rgb(141,154,229); }
td.TdClassName
{
border-color: #8D9AE5;
}
.TagClassName
{
border-color: #8D9AE5;
}
</style>