Shades of Portage #859EDF
Tints of Portage #859EDF
RGB
CMYK
RGB Variations
Color information
#859EDF (or 0x859EDF) is known color: Portage. HEX triplet: 85, 9E and DF. RGB value is (133,158,223). Sum of RGB (Red+Green+Blue) = 133+158+223=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #859EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDF is #7A6120. Grayscale: #9D9D9D. Windows color (decimal): -8020257 or 14655109. OLE color: 14655109.
HSL color Cylindrical-coordinate representation of color #859EDF: hue angle of 223.33º degrees, saturation: 0.58, 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 #859EDF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 158 | 223 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.13 |
| HSL | 223.33º | 0.58% | 0.7% | - |
| HSV(B) | 223.33º | 0.4% | 0.87% | - |
| XYZ | 35.22 | 34.77 | 74.67 | - |
| YUV | 157.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 223 | 0.40 | 0.29 | 0 | 0.13 | 223.33 | 0.58 | 0.7 |
| Hex | 85 | 9E | DF | 28 | 1D | 0 | D | DF | 3A | 46 |
| Octal | 205 | 236 | 337 | 50 | 35 | 0 | 15 | 337 | 72 | 106 |
| Binary | 10000101 | 10011110 | 11011111 | 101000 | 11101 | 0 | 1101 | 11011111 | 111010 | 1000110 |
Color Harmonies of #859EDF
Complementary color
Monochromatic Colors of #859EDF
Black with #859EDF
Text Example
Text Example
White with #859EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EDF; }
p { color: rgb(133,158,223); }
H1.HeaderClassName
{
color: #859EDF;
}
.AnyTagClassName
{
color: #859EDF;
}
</style>
background-color css
<style>
a { background-color: #859EDF; }
a { background-color: rgb(133,158,223); }
div.DivClassName
{
background-color: #859EDF;
}
.BgClassName
{
background-color: #859EDF;
}
</style>
border-color css
<style>
span { border-color: #859EDF; }
span { border-color: rgb(133,158,223); }
td.TdClassName
{
border-color: #859EDF;
}
.TagClassName
{
border-color: #859EDF;
}
</style>