Shades of Portage #869DD2
Tints of Portage #869DD2
RGB
CMYK
RGB Variations
Color information
#869DD2 (or 0x869DD2) is known color: Portage. HEX triplet: 86, 9D and D2. RGB value is (134,157,210). Sum of RGB (Red+Green+Blue) = 134+157+210=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #869DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DD2 is #79622D. Grayscale: #9B9B9B. Windows color (decimal): -7954990 or 13802886. OLE color: 13802886.
HSL color Cylindrical-coordinate representation of color #869DD2: hue angle of 221.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869DD2 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 157 | 210 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.18 |
| HSL | 221.84º | 0.46% | 0.67% | - |
| HSV(B) | 221.84º | 0.36% | 0.82% | - |
| XYZ | 33.52 | 33.84 | 65.74 | - |
| YUV | 156.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 210 | 0.36 | 0.25 | 0 | 0.18 | 221.84 | 0.46 | 0.67 |
| Hex | 86 | 9D | D2 | 24 | 19 | 0 | 12 | DE | 2E | 43 |
| Octal | 206 | 235 | 322 | 44 | 31 | 0 | 22 | 336 | 56 | 103 |
| Binary | 10000110 | 10011101 | 11010010 | 100100 | 11001 | 0 | 10010 | 11011110 | 101110 | 1000011 |
Color Harmonies of #869DD2
Complementary color
Monochromatic Colors of #869DD2
Black with #869DD2
Text Example
Text Example
White with #869DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DD2; }
p { color: rgb(134,157,210); }
H1.HeaderClassName
{
color: #869DD2;
}
.AnyTagClassName
{
color: #869DD2;
}
</style>
background-color css
<style>
a { background-color: #869DD2; }
a { background-color: rgb(134,157,210); }
div.DivClassName
{
background-color: #869DD2;
}
.BgClassName
{
background-color: #869DD2;
}
</style>
border-color css
<style>
span { border-color: #869DD2; }
span { border-color: rgb(134,157,210); }
td.TdClassName
{
border-color: #869DD2;
}
.TagClassName
{
border-color: #869DD2;
}
</style>