Shades of Portage #868CCA
Tints of Portage #868CCA
RGB
CMYK
RGB Variations
Color information
#868CCA (or 0x868CCA) is known color: Portage. HEX triplet: 86, 8C and CA. RGB value is (134,140,202). Sum of RGB (Red+Green+Blue) = 134+140+202=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #868CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CCA is #797335. Grayscale: #919191. Windows color (decimal): -7959350 or 13274246. OLE color: 13274246.
HSL color Cylindrical-coordinate representation of color #868CCA: hue angle of 234.71º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868CCA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 140 | 202 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.21 |
| HSL | 234.71º | 0.39% | 0.66% | - |
| HSV(B) | 234.71º | 0.34% | 0.79% | - |
| XYZ | 29.87 | 28.09 | 59.72 | - |
| YUV | 145.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 202 | 0.34 | 0.31 | 0 | 0.21 | 234.71 | 0.39 | 0.66 |
| Hex | 86 | 8C | CA | 22 | 1F | 0 | 15 | EB | 27 | 42 |
| Octal | 206 | 214 | 312 | 42 | 37 | 0 | 25 | 353 | 47 | 102 |
| Binary | 10000110 | 10001100 | 11001010 | 100010 | 11111 | 0 | 10101 | 11101011 | 100111 | 1000010 |
Color Harmonies of #868CCA
Complementary color
Monochromatic Colors of #868CCA
Black with #868CCA
Text Example
Text Example
White with #868CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CCA; }
p { color: rgb(134,140,202); }
H1.HeaderClassName
{
color: #868CCA;
}
.AnyTagClassName
{
color: #868CCA;
}
</style>
background-color css
<style>
a { background-color: #868CCA; }
a { background-color: rgb(134,140,202); }
div.DivClassName
{
background-color: #868CCA;
}
.BgClassName
{
background-color: #868CCA;
}
</style>
border-color css
<style>
span { border-color: #868CCA; }
span { border-color: rgb(134,140,202); }
td.TdClassName
{
border-color: #868CCA;
}
.TagClassName
{
border-color: #868CCA;
}
</style>