Shades of Portage #8D9ACE
Tints of Portage #8D9ACE
RGB
CMYK
RGB Variations
Color information
#8D9ACE (or 0x8D9ACE) is known color: Portage. HEX triplet: 8D, 9A and CE. RGB value is (141,154,206). Sum of RGB (Red+Green+Blue) = 141+154+206=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACE is #726531. Grayscale: #9B9B9B. Windows color (decimal): -7497010 or 13539981. OLE color: 13539981.
HSL color Cylindrical-coordinate representation of color #8D9ACE: hue angle of 228º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9ACE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 154 | 206 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.19 |
| HSL | 228º | 0.4% | 0.68% | - |
| HSV(B) | 228º | 0.32% | 0.81% | - |
| XYZ | 33.68 | 33.23 | 63.03 | - |
| YUV | 156.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 206 | 0.32 | 0.25 | 0 | 0.19 | 228 | 0.4 | 0.68 |
| Hex | 8D | 9A | CE | 20 | 19 | 0 | 13 | E4 | 28 | 44 |
| Octal | 215 | 232 | 316 | 40 | 31 | 0 | 23 | 344 | 50 | 104 |
| Binary | 10001101 | 10011010 | 11001110 | 100000 | 11001 | 0 | 10011 | 11100100 | 101000 | 1000100 |
Color Harmonies of #8D9ACE
Complementary color
Monochromatic Colors of #8D9ACE
Black with #8D9ACE
Text Example
Text Example
White with #8D9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9ACE; }
p { color: rgb(141,154,206); }
H1.HeaderClassName
{
color: #8D9ACE;
}
.AnyTagClassName
{
color: #8D9ACE;
}
</style>
background-color css
<style>
a { background-color: #8D9ACE; }
a { background-color: rgb(141,154,206); }
div.DivClassName
{
background-color: #8D9ACE;
}
.BgClassName
{
background-color: #8D9ACE;
}
</style>
border-color css
<style>
span { border-color: #8D9ACE; }
span { border-color: rgb(141,154,206); }
td.TdClassName
{
border-color: #8D9ACE;
}
.TagClassName
{
border-color: #8D9ACE;
}
</style>