Shades of Portage #859EDB
Tints of Portage #859EDB
RGB
CMYK
RGB Variations
Color information
#859EDB (or 0x859EDB) is known color: Portage. HEX triplet: 85, 9E and DB. RGB value is (133,158,219). Sum of RGB (Red+Green+Blue) = 133+158+219=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #859EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDB is #7A6124. Grayscale: #9D9D9D. Windows color (decimal): -8020261 or 14392965. OLE color: 14392965.
HSL color Cylindrical-coordinate representation of color #859EDB: hue angle of 222.56º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859EDB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 158 | 219 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.14 |
| HSL | 222.56º | 0.54% | 0.69% | - |
| HSV(B) | 222.56º | 0.39% | 0.86% | - |
| XYZ | 34.69 | 34.55 | 71.86 | - |
| YUV | 157.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 219 | 0.39 | 0.28 | 0 | 0.14 | 222.56 | 0.54 | 0.69 |
| Hex | 85 | 9E | DB | 27 | 1C | 0 | E | DF | 36 | 45 |
| Octal | 205 | 236 | 333 | 47 | 34 | 0 | 16 | 337 | 66 | 105 |
| Binary | 10000101 | 10011110 | 11011011 | 100111 | 11100 | 0 | 1110 | 11011111 | 110110 | 1000101 |
Color Harmonies of #859EDB
Complementary color
Monochromatic Colors of #859EDB
Black with #859EDB
Text Example
Text Example
White with #859EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EDB; }
p { color: rgb(133,158,219); }
H1.HeaderClassName
{
color: #859EDB;
}
.AnyTagClassName
{
color: #859EDB;
}
</style>
background-color css
<style>
a { background-color: #859EDB; }
a { background-color: rgb(133,158,219); }
div.DivClassName
{
background-color: #859EDB;
}
.BgClassName
{
background-color: #859EDB;
}
</style>
border-color css
<style>
span { border-color: #859EDB; }
span { border-color: rgb(133,158,219); }
td.TdClassName
{
border-color: #859EDB;
}
.TagClassName
{
border-color: #859EDB;
}
</style>