Shades of Portage #868ACE
Tints of Portage #868ACE
RGB
CMYK
RGB Variations
Color information
#868ACE (or 0x868ACE) is known color: Portage. HEX triplet: 86, 8A and CE. RGB value is (134,138,206). Sum of RGB (Red+Green+Blue) = 134+138+206=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #868ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ACE is #797531. Grayscale: #909090. Windows color (decimal): -7959858 or 13535878. OLE color: 13535878.
HSL color Cylindrical-coordinate representation of color #868ACE: hue angle of 236.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868ACE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 138 | 206 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.19 |
| HSL | 236.67º | 0.42% | 0.67% | - |
| HSV(B) | 236.67º | 0.35% | 0.81% | - |
| XYZ | 30.06 | 27.7 | 62.16 | - |
| YUV | 144.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 206 | 0.35 | 0.33 | 0 | 0.19 | 236.67 | 0.42 | 0.67 |
| Hex | 86 | 8A | CE | 23 | 21 | 0 | 13 | ED | 2A | 43 |
| Octal | 206 | 212 | 316 | 43 | 41 | 0 | 23 | 355 | 52 | 103 |
| Binary | 10000110 | 10001010 | 11001110 | 100011 | 100001 | 0 | 10011 | 11101101 | 101010 | 1000011 |
Color Harmonies of #868ACE
Complementary color
Monochromatic Colors of #868ACE
Black with #868ACE
Text Example
Text Example
White with #868ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868ACE; }
p { color: rgb(134,138,206); }
H1.HeaderClassName
{
color: #868ACE;
}
.AnyTagClassName
{
color: #868ACE;
}
</style>
background-color css
<style>
a { background-color: #868ACE; }
a { background-color: rgb(134,138,206); }
div.DivClassName
{
background-color: #868ACE;
}
.BgClassName
{
background-color: #868ACE;
}
</style>
border-color css
<style>
span { border-color: #868ACE; }
span { border-color: rgb(134,138,206); }
td.TdClassName
{
border-color: #868ACE;
}
.TagClassName
{
border-color: #868ACE;
}
</style>