Shades of Portage #859DED
Tints of Portage #859DED
RGB
CMYK
RGB Variations
Color information
#859DED (or 0x859DED) is known color: Portage. HEX triplet: 85, 9D and ED. RGB value is (133,157,237). Sum of RGB (Red+Green+Blue) = 133+157+237=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #859DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DED is #7A6212. Grayscale: #9E9E9E. Windows color (decimal): -8020499 or 15572357. OLE color: 15572357.
HSL color Cylindrical-coordinate representation of color #859DED: hue angle of 226.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859DED is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 157 | 237 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 226.15º | 0.74% | 0.73% | - |
| HSV(B) | 226.15º | 0.44% | 0.93% | - |
| XYZ | 37.02 | 35.21 | 84.97 | - |
| YUV | 158.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 237 | 0.44 | 0.34 | 0 | 0.07 | 226.15 | 0.74 | 0.73 |
| Hex | 85 | 9D | ED | 2C | 22 | 0 | 7 | E2 | 4A | 49 |
| Octal | 205 | 235 | 355 | 54 | 42 | 0 | 7 | 342 | 112 | 111 |
| Binary | 10000101 | 10011101 | 11101101 | 101100 | 100010 | 0 | 111 | 11100010 | 1001010 | 1001001 |
Color Harmonies of #859DED
Complementary color
Monochromatic Colors of #859DED
Black with #859DED
Text Example
Text Example
White with #859DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DED; }
p { color: rgb(133,157,237); }
H1.HeaderClassName
{
color: #859DED;
}
.AnyTagClassName
{
color: #859DED;
}
</style>
background-color css
<style>
a { background-color: #859DED; }
a { background-color: rgb(133,157,237); }
div.DivClassName
{
background-color: #859DED;
}
.BgClassName
{
background-color: #859DED;
}
</style>
border-color css
<style>
span { border-color: #859DED; }
span { border-color: rgb(133,157,237); }
td.TdClassName
{
border-color: #859DED;
}
.TagClassName
{
border-color: #859DED;
}
</style>