Shades of Portage #858DD6
Tints of Portage #858DD6
RGB
CMYK
RGB Variations
Color information
#858DD6 (or 0x858DD6) is known color: Portage. HEX triplet: 85, 8D and D6. RGB value is (133,141,214). Sum of RGB (Red+Green+Blue) = 133+141+214=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #858DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD6 is #7A7229. Grayscale: #929292. Windows color (decimal): -8024618 or 14060933. OLE color: 14060933.
HSL color Cylindrical-coordinate representation of color #858DD6: hue angle of 234.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858DD6 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 141 | 214 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.16 |
| HSL | 234.07º | 0.5% | 0.68% | - |
| HSV(B) | 234.07º | 0.38% | 0.84% | - |
| XYZ | 31.34 | 28.89 | 67.54 | - |
| YUV | 146.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 214 | 0.38 | 0.34 | 0 | 0.16 | 234.07 | 0.5 | 0.68 |
| Hex | 85 | 8D | D6 | 26 | 22 | 0 | 10 | EA | 32 | 44 |
| Octal | 205 | 215 | 326 | 46 | 42 | 0 | 20 | 352 | 62 | 104 |
| Binary | 10000101 | 10001101 | 11010110 | 100110 | 100010 | 0 | 10000 | 11101010 | 110010 | 1000100 |
Color Harmonies of #858DD6
Complementary color
Monochromatic Colors of #858DD6
Black with #858DD6
Text Example
Text Example
White with #858DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DD6; }
p { color: rgb(133,141,214); }
H1.HeaderClassName
{
color: #858DD6;
}
.AnyTagClassName
{
color: #858DD6;
}
</style>
background-color css
<style>
a { background-color: #858DD6; }
a { background-color: rgb(133,141,214); }
div.DivClassName
{
background-color: #858DD6;
}
.BgClassName
{
background-color: #858DD6;
}
</style>
border-color css
<style>
span { border-color: #858DD6; }
span { border-color: rgb(133,141,214); }
td.TdClassName
{
border-color: #858DD6;
}
.TagClassName
{
border-color: #858DD6;
}
</style>