Shades of Portage #859BD0
Tints of Portage #859BD0
RGB
CMYK
RGB Variations
Color information
#859BD0 (or 0x859BD0) is known color: Portage. HEX triplet: 85, 9B and D0. RGB value is (133,155,208). Sum of RGB (Red+Green+Blue) = 133+155+208=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #859BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BD0 is #7A642F. Grayscale: #9A9A9A. Windows color (decimal): -8021040 or 13671301. OLE color: 13671301.
HSL color Cylindrical-coordinate representation of color #859BD0: hue angle of 222.4º degrees, saturation: 0.44, 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 #859BD0 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 155 | 208 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.18 |
| HSL | 222.4º | 0.44% | 0.67% | - |
| HSV(B) | 222.4º | 0.36% | 0.82% | - |
| XYZ | 32.78 | 32.98 | 64.31 | - |
| YUV | 154.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 208 | 0.36 | 0.25 | 0 | 0.18 | 222.4 | 0.44 | 0.67 |
| Hex | 85 | 9B | D0 | 24 | 19 | 0 | 12 | DE | 2C | 43 |
| Octal | 205 | 233 | 320 | 44 | 31 | 0 | 22 | 336 | 54 | 103 |
| Binary | 10000101 | 10011011 | 11010000 | 100100 | 11001 | 0 | 10010 | 11011110 | 101100 | 1000011 |
Color Harmonies of #859BD0
Complementary color
Monochromatic Colors of #859BD0
Black with #859BD0
Text Example
Text Example
White with #859BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BD0; }
p { color: rgb(133,155,208); }
H1.HeaderClassName
{
color: #859BD0;
}
.AnyTagClassName
{
color: #859BD0;
}
</style>
background-color css
<style>
a { background-color: #859BD0; }
a { background-color: rgb(133,155,208); }
div.DivClassName
{
background-color: #859BD0;
}
.BgClassName
{
background-color: #859BD0;
}
</style>
border-color css
<style>
span { border-color: #859BD0; }
span { border-color: rgb(133,155,208); }
td.TdClassName
{
border-color: #859BD0;
}
.TagClassName
{
border-color: #859BD0;
}
</style>