Shades of Portage #859BDE
Tints of Portage #859BDE
RGB
CMYK
RGB Variations
Color information
#859BDE (or 0x859BDE) is known color: Portage. HEX triplet: 85, 9B and DE. RGB value is (133,155,222). Sum of RGB (Red+Green+Blue) = 133+155+222=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #859BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BDE is #7A6421. Grayscale: #9B9B9B. Windows color (decimal): -8021026 or 14588805. OLE color: 14588805.
HSL color Cylindrical-coordinate representation of color #859BDE: hue angle of 225.17º degrees, saturation: 0.57, 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 #859BDE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 155 | 222 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.13 |
| HSL | 225.17º | 0.57% | 0.7% | - |
| HSV(B) | 225.17º | 0.4% | 0.87% | - |
| XYZ | 34.58 | 33.7 | 73.79 | - |
| YUV | 156.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 222 | 0.40 | 0.30 | 0 | 0.13 | 225.17 | 0.57 | 0.7 |
| Hex | 85 | 9B | DE | 28 | 1E | 0 | D | E1 | 39 | 46 |
| Octal | 205 | 233 | 336 | 50 | 36 | 0 | 15 | 341 | 71 | 106 |
| Binary | 10000101 | 10011011 | 11011110 | 101000 | 11110 | 0 | 1101 | 11100001 | 111001 | 1000110 |
Color Harmonies of #859BDE
Complementary color
Monochromatic Colors of #859BDE
Black with #859BDE
Text Example
Text Example
White with #859BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BDE; }
p { color: rgb(133,155,222); }
H1.HeaderClassName
{
color: #859BDE;
}
.AnyTagClassName
{
color: #859BDE;
}
</style>
background-color css
<style>
a { background-color: #859BDE; }
a { background-color: rgb(133,155,222); }
div.DivClassName
{
background-color: #859BDE;
}
.BgClassName
{
background-color: #859BDE;
}
</style>
border-color css
<style>
span { border-color: #859BDE; }
span { border-color: rgb(133,155,222); }
td.TdClassName
{
border-color: #859BDE;
}
.TagClassName
{
border-color: #859BDE;
}
</style>