Shades of Portage #868FD6
Tints of Portage #868FD6
RGB
CMYK
RGB Variations
Color information
#868FD6 (or 0x868FD6) is known color: Portage. HEX triplet: 86, 8F and D6. RGB value is (134,143,214). Sum of RGB (Red+Green+Blue) = 134+143+214=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #868FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FD6 is #797029. Grayscale: #949494. Windows color (decimal): -7958570 or 14061446. OLE color: 14061446.
HSL color Cylindrical-coordinate representation of color #868FD6: hue angle of 233.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868FD6 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 143 | 214 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.16 |
| HSL | 233.25º | 0.49% | 0.68% | - |
| HSV(B) | 233.25º | 0.37% | 0.84% | - |
| XYZ | 31.79 | 29.57 | 67.65 | - |
| YUV | 148.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 214 | 0.37 | 0.33 | 0 | 0.16 | 233.25 | 0.49 | 0.68 |
| Hex | 86 | 8F | D6 | 25 | 21 | 0 | 10 | E9 | 31 | 44 |
| Octal | 206 | 217 | 326 | 45 | 41 | 0 | 20 | 351 | 61 | 104 |
| Binary | 10000110 | 10001111 | 11010110 | 100101 | 100001 | 0 | 10000 | 11101001 | 110001 | 1000100 |
Color Harmonies of #868FD6
Complementary color
Monochromatic Colors of #868FD6
Black with #868FD6
Text Example
Text Example
White with #868FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FD6; }
p { color: rgb(134,143,214); }
H1.HeaderClassName
{
color: #868FD6;
}
.AnyTagClassName
{
color: #868FD6;
}
</style>
background-color css
<style>
a { background-color: #868FD6; }
a { background-color: rgb(134,143,214); }
div.DivClassName
{
background-color: #868FD6;
}
.BgClassName
{
background-color: #868FD6;
}
</style>
border-color css
<style>
span { border-color: #868FD6; }
span { border-color: rgb(134,143,214); }
td.TdClassName
{
border-color: #868FD6;
}
.TagClassName
{
border-color: #868FD6;
}
</style>