Shades of Portage #869FDC
Tints of Portage #869FDC
RGB
CMYK
RGB Variations
Color information
#869FDC (or 0x869FDC) is known color: Portage. HEX triplet: 86, 9F and DC. RGB value is (134,159,220). Sum of RGB (Red+Green+Blue) = 134+159+220=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #869FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FDC is #796023. Grayscale: #9E9E9E. Windows color (decimal): -7954468 or 14458758. OLE color: 14458758.
HSL color Cylindrical-coordinate representation of color #869FDC: hue angle of 222.56º 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 #869FDC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 159 | 220 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.14 |
| HSL | 222.56º | 0.55% | 0.69% | - |
| HSV(B) | 222.56º | 0.39% | 0.86% | - |
| XYZ | 35.15 | 35.03 | 72.62 | - |
| YUV | 158.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 220 | 0.39 | 0.28 | 0 | 0.14 | 222.56 | 0.55 | 0.69 |
| Hex | 86 | 9F | DC | 27 | 1C | 0 | E | DF | 37 | 45 |
| Octal | 206 | 237 | 334 | 47 | 34 | 0 | 16 | 337 | 67 | 105 |
| Binary | 10000110 | 10011111 | 11011100 | 100111 | 11100 | 0 | 1110 | 11011111 | 110111 | 1000101 |
Color Harmonies of #869FDC
Complementary color
Monochromatic Colors of #869FDC
Black with #869FDC
Text Example
Text Example
White with #869FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FDC; }
p { color: rgb(134,159,220); }
H1.HeaderClassName
{
color: #869FDC;
}
.AnyTagClassName
{
color: #869FDC;
}
</style>
background-color css
<style>
a { background-color: #869FDC; }
a { background-color: rgb(134,159,220); }
div.DivClassName
{
background-color: #869FDC;
}
.BgClassName
{
background-color: #869FDC;
}
</style>
border-color css
<style>
span { border-color: #869FDC; }
span { border-color: rgb(134,159,220); }
td.TdClassName
{
border-color: #869FDC;
}
.TagClassName
{
border-color: #869FDC;
}
</style>