Shades of Portage #859DF9
Tints of Portage #859DF9
RGB
CMYK
RGB Variations
Color information
#859DF9 (or 0x859DF9) is known color: Portage. HEX triplet: 85, 9D and F9. RGB value is (133,157,249). Sum of RGB (Red+Green+Blue) = 133+157+249=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #859DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DF9 is #7A6206. Grayscale: #9F9F9F. Windows color (decimal): -8020487 or 16358789. OLE color: 16358789.
HSL color Cylindrical-coordinate representation of color #859DF9: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859DF9 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 157 | 249 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.02 |
| HSL | 227.59º | 0.91% | 0.75% | - |
| HSV(B) | 227.59º | 0.47% | 0.98% | - |
| XYZ | 38.83 | 35.94 | 94.51 | - |
| YUV | 160.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 249 | 0.47 | 0.37 | 0 | 0.02 | 227.59 | 0.91 | 0.75 |
| Hex | 85 | 9D | F9 | 2F | 25 | 0 | 2 | E4 | 5B | 4B |
| Octal | 205 | 235 | 371 | 57 | 45 | 0 | 2 | 344 | 133 | 113 |
| Binary | 10000101 | 10011101 | 11111001 | 101111 | 100101 | 0 | 10 | 11100100 | 1011011 | 1001011 |
Color Harmonies of #859DF9
Complementary color
Monochromatic Colors of #859DF9
Black with #859DF9
Text Example
Text Example
White with #859DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DF9; }
p { color: rgb(133,157,249); }
H1.HeaderClassName
{
color: #859DF9;
}
.AnyTagClassName
{
color: #859DF9;
}
</style>
background-color css
<style>
a { background-color: #859DF9; }
a { background-color: rgb(133,157,249); }
div.DivClassName
{
background-color: #859DF9;
}
.BgClassName
{
background-color: #859DF9;
}
</style>
border-color css
<style>
span { border-color: #859DF9; }
span { border-color: rgb(133,157,249); }
td.TdClassName
{
border-color: #859DF9;
}
.TagClassName
{
border-color: #859DF9;
}
</style>