Shades of Portage #869BDD
Tints of Portage #869BDD
RGB
CMYK
RGB Variations
Color information
#869BDD (or 0x869BDD) is known color: Portage. HEX triplet: 86, 9B and DD. RGB value is (134,155,221). Sum of RGB (Red+Green+Blue) = 134+155+221=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #869BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BDD is #796422. Grayscale: #9B9B9B. Windows color (decimal): -7955491 or 14523270. OLE color: 14523270.
HSL color Cylindrical-coordinate representation of color #869BDD: hue angle of 225.52º 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 #869BDD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 155 | 221 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.13 |
| HSL | 225.52º | 0.56% | 0.7% | - |
| HSV(B) | 225.52º | 0.39% | 0.87% | - |
| XYZ | 34.6 | 33.73 | 73.09 | - |
| YUV | 156.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 221 | 0.39 | 0.30 | 0 | 0.13 | 225.52 | 0.56 | 0.7 |
| Hex | 86 | 9B | DD | 27 | 1E | 0 | D | E2 | 38 | 46 |
| Octal | 206 | 233 | 335 | 47 | 36 | 0 | 15 | 342 | 70 | 106 |
| Binary | 10000110 | 10011011 | 11011101 | 100111 | 11110 | 0 | 1101 | 11100010 | 111000 | 1000110 |
Color Harmonies of #869BDD
Complementary color
Monochromatic Colors of #869BDD
Black with #869BDD
Text Example
Text Example
White with #869BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BDD; }
p { color: rgb(134,155,221); }
H1.HeaderClassName
{
color: #869BDD;
}
.AnyTagClassName
{
color: #869BDD;
}
</style>
background-color css
<style>
a { background-color: #869BDD; }
a { background-color: rgb(134,155,221); }
div.DivClassName
{
background-color: #869BDD;
}
.BgClassName
{
background-color: #869BDD;
}
</style>
border-color css
<style>
span { border-color: #869BDD; }
span { border-color: rgb(134,155,221); }
td.TdClassName
{
border-color: #869BDD;
}
.TagClassName
{
border-color: #869BDD;
}
</style>