Shades of Portage #868DC9
Tints of Portage #868DC9
RGB
CMYK
RGB Variations
Color information
#868DC9 (or 0x868DC9) is known color: Portage. HEX triplet: 86, 8D and C9. RGB value is (134,141,201). Sum of RGB (Red+Green+Blue) = 134+141+201=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #868DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DC9 is #797236. Grayscale: #919191. Windows color (decimal): -7959095 or 13208966. OLE color: 13208966.
HSL color Cylindrical-coordinate representation of color #868DC9: hue angle of 233.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #868DC9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 141 | 201 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.21 |
| HSL | 233.73º | 0.38% | 0.66% | - |
| HSV(B) | 233.73º | 0.33% | 0.79% | - |
| XYZ | 29.9 | 28.34 | 59.15 | - |
| YUV | 145.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 201 | 0.33 | 0.30 | 0 | 0.21 | 233.73 | 0.38 | 0.66 |
| Hex | 86 | 8D | C9 | 21 | 1E | 0 | 15 | EA | 26 | 42 |
| Octal | 206 | 215 | 311 | 41 | 36 | 0 | 25 | 352 | 46 | 102 |
| Binary | 10000110 | 10001101 | 11001001 | 100001 | 11110 | 0 | 10101 | 11101010 | 100110 | 1000010 |
Color Harmonies of #868DC9
Complementary color
Monochromatic Colors of #868DC9
Black with #868DC9
Text Example
Text Example
White with #868DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DC9; }
p { color: rgb(134,141,201); }
H1.HeaderClassName
{
color: #868DC9;
}
.AnyTagClassName
{
color: #868DC9;
}
</style>
background-color css
<style>
a { background-color: #868DC9; }
a { background-color: rgb(134,141,201); }
div.DivClassName
{
background-color: #868DC9;
}
.BgClassName
{
background-color: #868DC9;
}
</style>
border-color css
<style>
span { border-color: #868DC9; }
span { border-color: rgb(134,141,201); }
td.TdClassName
{
border-color: #868DC9;
}
.TagClassName
{
border-color: #868DC9;
}
</style>