Shades of Portage #859FEF
Tints of Portage #859FEF
RGB
CMYK
RGB Variations
Color information
#859FEF (or 0x859FEF) is known color: Portage. HEX triplet: 85, 9F and EF. RGB value is (133,159,239). Sum of RGB (Red+Green+Blue) = 133+159+239=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #859FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FEF is #7A6010. Grayscale: #9F9F9F. Windows color (decimal): -8019985 or 15703941. OLE color: 15703941.
HSL color Cylindrical-coordinate representation of color #859FEF: hue angle of 225.28º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859FEF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 159 | 239 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.06 |
| HSL | 225.28º | 0.77% | 0.73% | - |
| HSV(B) | 225.28º | 0.44% | 0.94% | - |
| XYZ | 37.65 | 36.01 | 86.63 | - |
| YUV | 160.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 239 | 0.44 | 0.33 | 0 | 0.06 | 225.28 | 0.77 | 0.73 |
| Hex | 85 | 9F | EF | 2C | 21 | 0 | 6 | E1 | 4D | 49 |
| Octal | 205 | 237 | 357 | 54 | 41 | 0 | 6 | 341 | 115 | 111 |
| Binary | 10000101 | 10011111 | 11101111 | 101100 | 100001 | 0 | 110 | 11100001 | 1001101 | 1001001 |
Color Harmonies of #859FEF
Complementary color
Monochromatic Colors of #859FEF
Black with #859FEF
Text Example
Text Example
White with #859FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FEF; }
p { color: rgb(133,159,239); }
H1.HeaderClassName
{
color: #859FEF;
}
.AnyTagClassName
{
color: #859FEF;
}
</style>
background-color css
<style>
a { background-color: #859FEF; }
a { background-color: rgb(133,159,239); }
div.DivClassName
{
background-color: #859FEF;
}
.BgClassName
{
background-color: #859FEF;
}
</style>
border-color css
<style>
span { border-color: #859FEF; }
span { border-color: rgb(133,159,239); }
td.TdClassName
{
border-color: #859FEF;
}
.TagClassName
{
border-color: #859FEF;
}
</style>