Shades of Portage #858DD0
Tints of Portage #858DD0
RGB
CMYK
RGB Variations
Color information
#858DD0 (or 0x858DD0) is known color: Portage. HEX triplet: 85, 8D and D0. RGB value is (133,141,208). Sum of RGB (Red+Green+Blue) = 133+141+208=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #858DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD0 is #7A722F. Grayscale: #919191. Windows color (decimal): -8024624 or 13667717. OLE color: 13667717.
HSL color Cylindrical-coordinate representation of color #858DD0: hue angle of 233.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858DD0 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 141 | 208 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.18 |
| HSL | 233.6º | 0.44% | 0.67% | - |
| HSV(B) | 233.6º | 0.36% | 0.82% | - |
| XYZ | 30.58 | 28.59 | 63.58 | - |
| YUV | 146.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 208 | 0.36 | 0.32 | 0 | 0.18 | 233.6 | 0.44 | 0.67 |
| Hex | 85 | 8D | D0 | 24 | 20 | 0 | 12 | EA | 2C | 43 |
| Octal | 205 | 215 | 320 | 44 | 40 | 0 | 22 | 352 | 54 | 103 |
| Binary | 10000101 | 10001101 | 11010000 | 100100 | 100000 | 0 | 10010 | 11101010 | 101100 | 1000011 |
Color Harmonies of #858DD0
Complementary color
Monochromatic Colors of #858DD0
Black with #858DD0
Text Example
Text Example
White with #858DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DD0; }
p { color: rgb(133,141,208); }
H1.HeaderClassName
{
color: #858DD0;
}
.AnyTagClassName
{
color: #858DD0;
}
</style>
background-color css
<style>
a { background-color: #858DD0; }
a { background-color: rgb(133,141,208); }
div.DivClassName
{
background-color: #858DD0;
}
.BgClassName
{
background-color: #858DD0;
}
</style>
border-color css
<style>
span { border-color: #858DD0; }
span { border-color: rgb(133,141,208); }
td.TdClassName
{
border-color: #858DD0;
}
.TagClassName
{
border-color: #858DD0;
}
</style>