Shades of Portage #859EDE
Tints of Portage #859EDE
RGB
CMYK
RGB Variations
Color information
#859EDE (or 0x859EDE) is known color: Portage. HEX triplet: 85, 9E and DE. RGB value is (133,158,222). Sum of RGB (Red+Green+Blue) = 133+158+222=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #859EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDE is #7A6121. Grayscale: #9D9D9D. Windows color (decimal): -8020258 or 14589573. OLE color: 14589573.
HSL color Cylindrical-coordinate representation of color #859EDE: hue angle of 223.15º 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 #859EDE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 158 | 222 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.13 |
| HSL | 223.15º | 0.57% | 0.7% | - |
| HSV(B) | 223.15º | 0.4% | 0.87% | - |
| XYZ | 35.08 | 34.71 | 73.96 | - |
| YUV | 157.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 222 | 0.40 | 0.29 | 0 | 0.13 | 223.15 | 0.57 | 0.7 |
| Hex | 85 | 9E | DE | 28 | 1D | 0 | D | DF | 39 | 46 |
| Octal | 205 | 236 | 336 | 50 | 35 | 0 | 15 | 337 | 71 | 106 |
| Binary | 10000101 | 10011110 | 11011110 | 101000 | 11101 | 0 | 1101 | 11011111 | 111001 | 1000110 |
Color Harmonies of #859EDE
Complementary color
Monochromatic Colors of #859EDE
Black with #859EDE
Text Example
Text Example
White with #859EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EDE; }
p { color: rgb(133,158,222); }
H1.HeaderClassName
{
color: #859EDE;
}
.AnyTagClassName
{
color: #859EDE;
}
</style>
background-color css
<style>
a { background-color: #859EDE; }
a { background-color: rgb(133,158,222); }
div.DivClassName
{
background-color: #859EDE;
}
.BgClassName
{
background-color: #859EDE;
}
</style>
border-color css
<style>
span { border-color: #859EDE; }
span { border-color: rgb(133,158,222); }
td.TdClassName
{
border-color: #859EDE;
}
.TagClassName
{
border-color: #859EDE;
}
</style>