Shades of Portage #859FED
Tints of Portage #859FED
RGB
CMYK
RGB Variations
Color information
#859FED (or 0x859FED) is known color: Portage. HEX triplet: 85, 9F and ED. RGB value is (133,159,237). Sum of RGB (Red+Green+Blue) = 133+159+237=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #859FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FED is #7A6012. Grayscale: #9F9F9F. Windows color (decimal): -8019987 or 15572869. OLE color: 15572869.
HSL color Cylindrical-coordinate representation of color #859FED: hue angle of 225º 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 #859FED is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 159 | 237 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.07 |
| HSL | 225º | 0.74% | 0.73% | - |
| HSV(B) | 225º | 0.44% | 0.93% | - |
| XYZ | 37.36 | 35.9 | 85.08 | - |
| YUV | 160.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 237 | 0.44 | 0.33 | 0 | 0.07 | 225 | 0.74 | 0.73 |
| Hex | 85 | 9F | ED | 2C | 21 | 0 | 7 | E1 | 4A | 49 |
| Octal | 205 | 237 | 355 | 54 | 41 | 0 | 7 | 341 | 112 | 111 |
| Binary | 10000101 | 10011111 | 11101101 | 101100 | 100001 | 0 | 111 | 11100001 | 1001010 | 1001001 |
Color Harmonies of #859FED
Complementary color
Monochromatic Colors of #859FED
Black with #859FED
Text Example
Text Example
White with #859FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FED; }
p { color: rgb(133,159,237); }
H1.HeaderClassName
{
color: #859FED;
}
.AnyTagClassName
{
color: #859FED;
}
</style>
background-color css
<style>
a { background-color: #859FED; }
a { background-color: rgb(133,159,237); }
div.DivClassName
{
background-color: #859FED;
}
.BgClassName
{
background-color: #859FED;
}
</style>
border-color css
<style>
span { border-color: #859FED; }
span { border-color: rgb(133,159,237); }
td.TdClassName
{
border-color: #859FED;
}
.TagClassName
{
border-color: #859FED;
}
</style>