Shades of Portage #859DEE
Tints of Portage #859DEE
RGB
CMYK
RGB Variations
Color information
#859DEE (or 0x859DEE) is known color: Portage. HEX triplet: 85, 9D and EE. RGB value is (133,157,238). Sum of RGB (Red+Green+Blue) = 133+157+238=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #859DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEE is #7A6211. Grayscale: #9E9E9E. Windows color (decimal): -8020498 or 15637893. OLE color: 15637893.
HSL color Cylindrical-coordinate representation of color #859DEE: hue angle of 226.29º degrees, saturation: 0.76, 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 #859DEE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 157 | 238 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 226.29º | 0.76% | 0.73% | - |
| HSV(B) | 226.29º | 0.44% | 0.93% | - |
| XYZ | 37.16 | 35.27 | 85.74 | - |
| YUV | 159.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 238 | 0.44 | 0.34 | 0 | 0.07 | 226.29 | 0.76 | 0.73 |
| Hex | 85 | 9D | EE | 2C | 22 | 0 | 7 | E2 | 4C | 49 |
| Octal | 205 | 235 | 356 | 54 | 42 | 0 | 7 | 342 | 114 | 111 |
| Binary | 10000101 | 10011101 | 11101110 | 101100 | 100010 | 0 | 111 | 11100010 | 1001100 | 1001001 |
Color Harmonies of #859DEE
Complementary color
Monochromatic Colors of #859DEE
Black with #859DEE
Text Example
Text Example
White with #859DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DEE; }
p { color: rgb(133,157,238); }
H1.HeaderClassName
{
color: #859DEE;
}
.AnyTagClassName
{
color: #859DEE;
}
</style>
background-color css
<style>
a { background-color: #859DEE; }
a { background-color: rgb(133,157,238); }
div.DivClassName
{
background-color: #859DEE;
}
.BgClassName
{
background-color: #859DEE;
}
</style>
border-color css
<style>
span { border-color: #859DEE; }
span { border-color: rgb(133,157,238); }
td.TdClassName
{
border-color: #859DEE;
}
.TagClassName
{
border-color: #859DEE;
}
</style>