Shades of Portage #868CDA
Tints of Portage #868CDA
RGB
CMYK
RGB Variations
Color information
#868CDA (or 0x868CDA) is known color: Portage. HEX triplet: 86, 8C and DA. RGB value is (134,140,218). Sum of RGB (Red+Green+Blue) = 134+140+218=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #868CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDA is #797325. Grayscale: #929292. Windows color (decimal): -7959334 or 14322822. OLE color: 14322822.
HSL color Cylindrical-coordinate representation of color #868CDA: hue angle of 235.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868CDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 140 | 218 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.15 |
| HSL | 235.71º | 0.53% | 0.69% | - |
| HSV(B) | 235.71º | 0.39% | 0.85% | - |
| XYZ | 31.86 | 28.89 | 70.23 | - |
| YUV | 147.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 218 | 0.39 | 0.36 | 0 | 0.15 | 235.71 | 0.53 | 0.69 |
| Hex | 86 | 8C | DA | 27 | 24 | 0 | F | EC | 35 | 45 |
| Octal | 206 | 214 | 332 | 47 | 44 | 0 | 17 | 354 | 65 | 105 |
| Binary | 10000110 | 10001100 | 11011010 | 100111 | 100100 | 0 | 1111 | 11101100 | 110101 | 1000101 |
Color Harmonies of #868CDA
Complementary color
Monochromatic Colors of #868CDA
Black with #868CDA
Text Example
Text Example
White with #868CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CDA; }
p { color: rgb(134,140,218); }
H1.HeaderClassName
{
color: #868CDA;
}
.AnyTagClassName
{
color: #868CDA;
}
</style>
background-color css
<style>
a { background-color: #868CDA; }
a { background-color: rgb(134,140,218); }
div.DivClassName
{
background-color: #868CDA;
}
.BgClassName
{
background-color: #868CDA;
}
</style>
border-color css
<style>
span { border-color: #868CDA; }
span { border-color: rgb(134,140,218); }
td.TdClassName
{
border-color: #868CDA;
}
.TagClassName
{
border-color: #868CDA;
}
</style>