Shades of Portage #858DD7
Tints of Portage #858DD7
RGB
CMYK
RGB Variations
Color information
#858DD7 (or 0x858DD7) is known color: Portage. HEX triplet: 85, 8D and D7. RGB value is (133,141,215). Sum of RGB (Red+Green+Blue) = 133+141+215=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #858DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD7 is #7A7228. Grayscale: #929292. Windows color (decimal): -8024617 or 14126469. OLE color: 14126469.
HSL color Cylindrical-coordinate representation of color #858DD7: hue angle of 234.15º degrees, saturation: 0.51, 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 #858DD7 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 141 | 215 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.16 |
| HSL | 234.15º | 0.51% | 0.68% | - |
| HSV(B) | 234.15º | 0.38% | 0.84% | - |
| XYZ | 31.46 | 28.94 | 68.22 | - |
| YUV | 147.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 215 | 0.38 | 0.34 | 0 | 0.16 | 234.15 | 0.51 | 0.68 |
| Hex | 85 | 8D | D7 | 26 | 22 | 0 | 10 | EA | 33 | 44 |
| Octal | 205 | 215 | 327 | 46 | 42 | 0 | 20 | 352 | 63 | 104 |
| Binary | 10000101 | 10001101 | 11010111 | 100110 | 100010 | 0 | 10000 | 11101010 | 110011 | 1000100 |
Color Harmonies of #858DD7
Complementary color
Monochromatic Colors of #858DD7
Black with #858DD7
Text Example
Text Example
White with #858DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DD7; }
p { color: rgb(133,141,215); }
H1.HeaderClassName
{
color: #858DD7;
}
.AnyTagClassName
{
color: #858DD7;
}
</style>
background-color css
<style>
a { background-color: #858DD7; }
a { background-color: rgb(133,141,215); }
div.DivClassName
{
background-color: #858DD7;
}
.BgClassName
{
background-color: #858DD7;
}
</style>
border-color css
<style>
span { border-color: #858DD7; }
span { border-color: rgb(133,141,215); }
td.TdClassName
{
border-color: #858DD7;
}
.TagClassName
{
border-color: #858DD7;
}
</style>