Shades of Portage #858DD8
Tints of Portage #858DD8
RGB
CMYK
RGB Variations
Color information
#858DD8 (or 0x858DD8) is known color: Portage. HEX triplet: 85, 8D and D8. RGB value is (133,141,216). Sum of RGB (Red+Green+Blue) = 133+141+216=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #858DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD8 is #7A7227. Grayscale: #929292. Windows color (decimal): -8024616 or 14192005. OLE color: 14192005.
HSL color Cylindrical-coordinate representation of color #858DD8: hue angle of 234.22º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858DD8 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 141 | 216 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.15 |
| HSL | 234.22º | 0.52% | 0.68% | - |
| HSV(B) | 234.22º | 0.38% | 0.85% | - |
| XYZ | 31.59 | 28.99 | 68.9 | - |
| YUV | 147.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 216 | 0.38 | 0.35 | 0 | 0.15 | 234.22 | 0.52 | 0.68 |
| Hex | 85 | 8D | D8 | 26 | 23 | 0 | F | EA | 34 | 44 |
| Octal | 205 | 215 | 330 | 46 | 43 | 0 | 17 | 352 | 64 | 104 |
| Binary | 10000101 | 10001101 | 11011000 | 100110 | 100011 | 0 | 1111 | 11101010 | 110100 | 1000100 |
Color Harmonies of #858DD8
Complementary color
Monochromatic Colors of #858DD8
Black with #858DD8
Text Example
Text Example
White with #858DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DD8; }
p { color: rgb(133,141,216); }
H1.HeaderClassName
{
color: #858DD8;
}
.AnyTagClassName
{
color: #858DD8;
}
</style>
background-color css
<style>
a { background-color: #858DD8; }
a { background-color: rgb(133,141,216); }
div.DivClassName
{
background-color: #858DD8;
}
.BgClassName
{
background-color: #858DD8;
}
</style>
border-color css
<style>
span { border-color: #858DD8; }
span { border-color: rgb(133,141,216); }
td.TdClassName
{
border-color: #858DD8;
}
.TagClassName
{
border-color: #858DD8;
}
</style>