Shades of Portage #859DEF
Tints of Portage #859DEF
RGB
CMYK
RGB Variations
Color information
#859DEF (or 0x859DEF) is known color: Portage. HEX triplet: 85, 9D and EF. RGB value is (133,157,239). Sum of RGB (Red+Green+Blue) = 133+157+239=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #859DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEF is #7A6210. Grayscale: #9E9E9E. Windows color (decimal): -8020497 or 15703429. OLE color: 15703429.
HSL color Cylindrical-coordinate representation of color #859DEF: hue angle of 226.42º 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 #859DEF is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 157 | 239 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.06 |
| HSL | 226.42º | 0.77% | 0.73% | - |
| HSV(B) | 226.42º | 0.44% | 0.94% | - |
| XYZ | 37.31 | 35.33 | 86.51 | - |
| YUV | 159.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 239 | 0.44 | 0.34 | 0 | 0.06 | 226.42 | 0.77 | 0.73 |
| Hex | 85 | 9D | EF | 2C | 22 | 0 | 6 | E2 | 4D | 49 |
| Octal | 205 | 235 | 357 | 54 | 42 | 0 | 6 | 342 | 115 | 111 |
| Binary | 10000101 | 10011101 | 11101111 | 101100 | 100010 | 0 | 110 | 11100010 | 1001101 | 1001001 |
Color Harmonies of #859DEF
Complementary color
Monochromatic Colors of #859DEF
Black with #859DEF
Text Example
Text Example
White with #859DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DEF; }
p { color: rgb(133,157,239); }
H1.HeaderClassName
{
color: #859DEF;
}
.AnyTagClassName
{
color: #859DEF;
}
</style>
background-color css
<style>
a { background-color: #859DEF; }
a { background-color: rgb(133,157,239); }
div.DivClassName
{
background-color: #859DEF;
}
.BgClassName
{
background-color: #859DEF;
}
</style>
border-color css
<style>
span { border-color: #859DEF; }
span { border-color: rgb(133,157,239); }
td.TdClassName
{
border-color: #859DEF;
}
.TagClassName
{
border-color: #859DEF;
}
</style>