Shades of Portage #859EEE
Tints of Portage #859EEE
RGB
CMYK
RGB Variations
Color information
#859EEE (or 0x859EEE) is known color: Portage. HEX triplet: 85, 9E and EE. RGB value is (133,158,238). Sum of RGB (Red+Green+Blue) = 133+158+238=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #859EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EEE is #7A6111. Grayscale: #9F9F9F. Windows color (decimal): -8020242 or 15638149. OLE color: 15638149.
HSL color Cylindrical-coordinate representation of color #859EEE: hue angle of 225.71º 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 #859EEE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 158 | 238 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 225.71º | 0.76% | 0.73% | - |
| HSV(B) | 225.71º | 0.44% | 0.93% | - |
| XYZ | 37.33 | 35.61 | 85.8 | - |
| YUV | 159.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 238 | 0.44 | 0.34 | 0 | 0.07 | 225.71 | 0.76 | 0.73 |
| Hex | 85 | 9E | EE | 2C | 22 | 0 | 7 | E2 | 4C | 49 |
| Octal | 205 | 236 | 356 | 54 | 42 | 0 | 7 | 342 | 114 | 111 |
| Binary | 10000101 | 10011110 | 11101110 | 101100 | 100010 | 0 | 111 | 11100010 | 1001100 | 1001001 |
Color Harmonies of #859EEE
Complementary color
Monochromatic Colors of #859EEE
Black with #859EEE
Text Example
Text Example
White with #859EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EEE; }
p { color: rgb(133,158,238); }
H1.HeaderClassName
{
color: #859EEE;
}
.AnyTagClassName
{
color: #859EEE;
}
</style>
background-color css
<style>
a { background-color: #859EEE; }
a { background-color: rgb(133,158,238); }
div.DivClassName
{
background-color: #859EEE;
}
.BgClassName
{
background-color: #859EEE;
}
</style>
border-color css
<style>
span { border-color: #859EEE; }
span { border-color: rgb(133,158,238); }
td.TdClassName
{
border-color: #859EEE;
}
.TagClassName
{
border-color: #859EEE;
}
</style>