Shades of Portage #868FDC
Tints of Portage #868FDC
RGB
CMYK
RGB Variations
Color information
#868FDC (or 0x868FDC) is known color: Portage. HEX triplet: 86, 8F and DC. RGB value is (134,143,220). Sum of RGB (Red+Green+Blue) = 134+143+220=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #868FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FDC is #797023. Grayscale: #949494. Windows color (decimal): -7958564 or 14454662. OLE color: 14454662.
HSL color Cylindrical-coordinate representation of color #868FDC: hue angle of 233.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868FDC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 143 | 220 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.14 |
| HSL | 233.72º | 0.55% | 0.69% | - |
| HSV(B) | 233.72º | 0.39% | 0.86% | - |
| XYZ | 32.57 | 29.88 | 71.76 | - |
| YUV | 149.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 220 | 0.39 | 0.35 | 0 | 0.14 | 233.72 | 0.55 | 0.69 |
| Hex | 86 | 8F | DC | 27 | 23 | 0 | E | EA | 37 | 45 |
| Octal | 206 | 217 | 334 | 47 | 43 | 0 | 16 | 352 | 67 | 105 |
| Binary | 10000110 | 10001111 | 11011100 | 100111 | 100011 | 0 | 1110 | 11101010 | 110111 | 1000101 |
Color Harmonies of #868FDC
Complementary color
Monochromatic Colors of #868FDC
Black with #868FDC
Text Example
Text Example
White with #868FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FDC; }
p { color: rgb(134,143,220); }
H1.HeaderClassName
{
color: #868FDC;
}
.AnyTagClassName
{
color: #868FDC;
}
</style>
background-color css
<style>
a { background-color: #868FDC; }
a { background-color: rgb(134,143,220); }
div.DivClassName
{
background-color: #868FDC;
}
.BgClassName
{
background-color: #868FDC;
}
</style>
border-color css
<style>
span { border-color: #868FDC; }
span { border-color: rgb(134,143,220); }
td.TdClassName
{
border-color: #868FDC;
}
.TagClassName
{
border-color: #868FDC;
}
</style>