Shades of Portage #869DDF
Tints of Portage #869DDF
RGB
CMYK
RGB Variations
Color information
#869DDF (or 0x869DDF) is known color: Portage. HEX triplet: 86, 9D and DF. RGB value is (134,157,223). Sum of RGB (Red+Green+Blue) = 134+157+223=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #869DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DDF is #796220. Grayscale: #9D9D9D. Windows color (decimal): -7954977 or 14654854. OLE color: 14654854.
HSL color Cylindrical-coordinate representation of color #869DDF: hue angle of 224.49º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869DDF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 157 | 223 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.13 |
| HSL | 224.49º | 0.58% | 0.7% | - |
| HSV(B) | 224.49º | 0.4% | 0.87% | - |
| XYZ | 35.21 | 34.51 | 74.62 | - |
| YUV | 157.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 223 | 0.40 | 0.30 | 0 | 0.13 | 224.49 | 0.58 | 0.7 |
| Hex | 86 | 9D | DF | 28 | 1E | 0 | D | E0 | 3A | 46 |
| Octal | 206 | 235 | 337 | 50 | 36 | 0 | 15 | 340 | 72 | 106 |
| Binary | 10000110 | 10011101 | 11011111 | 101000 | 11110 | 0 | 1101 | 11100000 | 111010 | 1000110 |
Color Harmonies of #869DDF
Complementary color
Monochromatic Colors of #869DDF
Black with #869DDF
Text Example
Text Example
White with #869DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DDF; }
p { color: rgb(134,157,223); }
H1.HeaderClassName
{
color: #869DDF;
}
.AnyTagClassName
{
color: #869DDF;
}
</style>
background-color css
<style>
a { background-color: #869DDF; }
a { background-color: rgb(134,157,223); }
div.DivClassName
{
background-color: #869DDF;
}
.BgClassName
{
background-color: #869DDF;
}
</style>
border-color css
<style>
span { border-color: #869DDF; }
span { border-color: rgb(134,157,223); }
td.TdClassName
{
border-color: #869DDF;
}
.TagClassName
{
border-color: #869DDF;
}
</style>