Shades of Portage #859CE0
Tints of Portage #859CE0
RGB
CMYK
RGB Variations
Color information
#859CE0 (or 0x859CE0) is known color: Portage. HEX triplet: 85, 9C and E0. RGB value is (133,156,224). Sum of RGB (Red+Green+Blue) = 133+156+224=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #859CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CE0 is #7A631F. Grayscale: #9C9C9C. Windows color (decimal): -8020768 or 14720133. OLE color: 14720133.
HSL color Cylindrical-coordinate representation of color #859CE0: hue angle of 224.84º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #859CE0 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 156 | 224 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.12 |
| HSL | 224.84º | 0.59% | 0.7% | - |
| HSV(B) | 224.84º | 0.41% | 0.88% | - |
| XYZ | 35.02 | 34.15 | 75.27 | - |
| YUV | 156.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 224 | 0.41 | 0.30 | 0 | 0.12 | 224.84 | 0.59 | 0.7 |
| Hex | 85 | 9C | E0 | 29 | 1E | 0 | C | E1 | 3B | 46 |
| Octal | 205 | 234 | 340 | 51 | 36 | 0 | 14 | 341 | 73 | 106 |
| Binary | 10000101 | 10011100 | 11100000 | 101001 | 11110 | 0 | 1100 | 11100001 | 111011 | 1000110 |
Color Harmonies of #859CE0
Complementary color
Monochromatic Colors of #859CE0
Black with #859CE0
Text Example
Text Example
White with #859CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CE0; }
p { color: rgb(133,156,224); }
H1.HeaderClassName
{
color: #859CE0;
}
.AnyTagClassName
{
color: #859CE0;
}
</style>
background-color css
<style>
a { background-color: #859CE0; }
a { background-color: rgb(133,156,224); }
div.DivClassName
{
background-color: #859CE0;
}
.BgClassName
{
background-color: #859CE0;
}
</style>
border-color css
<style>
span { border-color: #859CE0; }
span { border-color: rgb(133,156,224); }
td.TdClassName
{
border-color: #859CE0;
}
.TagClassName
{
border-color: #859CE0;
}
</style>