Shades of Portage #869EDD
Tints of Portage #869EDD
RGB
CMYK
RGB Variations
Color information
#869EDD (or 0x869EDD) is known color: Portage. HEX triplet: 86, 9E and DD. RGB value is (134,158,221). Sum of RGB (Red+Green+Blue) = 134+158+221=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #869EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EDD is #796122. Grayscale: #9D9D9D. Windows color (decimal): -7954723 or 14524038. OLE color: 14524038.
HSL color Cylindrical-coordinate representation of color #869EDD: hue angle of 223.45º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869EDD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 158 | 221 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.13 |
| HSL | 223.45º | 0.56% | 0.7% | - |
| HSV(B) | 223.45º | 0.39% | 0.87% | - |
| XYZ | 35.11 | 34.74 | 73.26 | - |
| YUV | 158.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 221 | 0.39 | 0.29 | 0 | 0.13 | 223.45 | 0.56 | 0.7 |
| Hex | 86 | 9E | DD | 27 | 1D | 0 | D | DF | 38 | 46 |
| Octal | 206 | 236 | 335 | 47 | 35 | 0 | 15 | 337 | 70 | 106 |
| Binary | 10000110 | 10011110 | 11011101 | 100111 | 11101 | 0 | 1101 | 11011111 | 111000 | 1000110 |
Color Harmonies of #869EDD
Complementary color
Monochromatic Colors of #869EDD
Black with #869EDD
Text Example
Text Example
White with #869EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869EDD; }
p { color: rgb(134,158,221); }
H1.HeaderClassName
{
color: #869EDD;
}
.AnyTagClassName
{
color: #869EDD;
}
</style>
background-color css
<style>
a { background-color: #869EDD; }
a { background-color: rgb(134,158,221); }
div.DivClassName
{
background-color: #869EDD;
}
.BgClassName
{
background-color: #869EDD;
}
</style>
border-color css
<style>
span { border-color: #869EDD; }
span { border-color: rgb(134,158,221); }
td.TdClassName
{
border-color: #869EDD;
}
.TagClassName
{
border-color: #869EDD;
}
</style>