Shades of Portage #868AC8
Tints of Portage #868AC8
RGB
CMYK
RGB Variations
Color information
#868AC8 (or 0x868AC8) is known color: Portage. HEX triplet: 86, 8A and C8. RGB value is (134,138,200). Sum of RGB (Red+Green+Blue) = 134+138+200=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #868AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC8 is #797537. Grayscale: #8F8F8F. Windows color (decimal): -7959864 or 13142662. OLE color: 13142662.
HSL color Cylindrical-coordinate representation of color #868AC8: hue angle of 236.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #868AC8 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 138 | 200 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.22 |
| HSL | 236.36º | 0.38% | 0.65% | - |
| HSV(B) | 236.36º | 0.33% | 0.78% | - |
| XYZ | 29.35 | 27.42 | 58.39 | - |
| YUV | 143.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 200 | 0.33 | 0.31 | 0 | 0.22 | 236.36 | 0.38 | 0.65 |
| Hex | 86 | 8A | C8 | 21 | 1F | 0 | 16 | EC | 26 | 41 |
| Octal | 206 | 212 | 310 | 41 | 37 | 0 | 26 | 354 | 46 | 101 |
| Binary | 10000110 | 10001010 | 11001000 | 100001 | 11111 | 0 | 10110 | 11101100 | 100110 | 1000001 |
Color Harmonies of #868AC8
Complementary color
Monochromatic Colors of #868AC8
Black with #868AC8
Text Example
Text Example
White with #868AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AC8; }
p { color: rgb(134,138,200); }
H1.HeaderClassName
{
color: #868AC8;
}
.AnyTagClassName
{
color: #868AC8;
}
</style>
background-color css
<style>
a { background-color: #868AC8; }
a { background-color: rgb(134,138,200); }
div.DivClassName
{
background-color: #868AC8;
}
.BgClassName
{
background-color: #868AC8;
}
</style>
border-color css
<style>
span { border-color: #868AC8; }
span { border-color: rgb(134,138,200); }
td.TdClassName
{
border-color: #868AC8;
}
.TagClassName
{
border-color: #868AC8;
}
</style>