Shades of Portage #858DDE
Tints of Portage #858DDE
RGB
CMYK
RGB Variations
Color information
#858DDE (or 0x858DDE) is known color: Portage. HEX triplet: 85, 8D and DE. RGB value is (133,141,222). Sum of RGB (Red+Green+Blue) = 133+141+222=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #858DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDE is #7A7221. Grayscale: #939393. Windows color (decimal): -8024610 or 14585221. OLE color: 14585221.
HSL color Cylindrical-coordinate representation of color #858DDE: hue angle of 234.61º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858DDE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 141 | 222 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.13 |
| HSL | 234.61º | 0.57% | 0.7% | - |
| HSV(B) | 234.61º | 0.4% | 0.87% | - |
| XYZ | 32.38 | 29.31 | 73.06 | - |
| YUV | 147.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 222 | 0.40 | 0.36 | 0 | 0.13 | 234.61 | 0.57 | 0.7 |
| Hex | 85 | 8D | DE | 28 | 24 | 0 | D | EB | 39 | 46 |
| Octal | 205 | 215 | 336 | 50 | 44 | 0 | 15 | 353 | 71 | 106 |
| Binary | 10000101 | 10001101 | 11011110 | 101000 | 100100 | 0 | 1101 | 11101011 | 111001 | 1000110 |
Color Harmonies of #858DDE
Complementary color
Monochromatic Colors of #858DDE
Black with #858DDE
Text Example
Text Example
White with #858DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DDE; }
p { color: rgb(133,141,222); }
H1.HeaderClassName
{
color: #858DDE;
}
.AnyTagClassName
{
color: #858DDE;
}
</style>
background-color css
<style>
a { background-color: #858DDE; }
a { background-color: rgb(133,141,222); }
div.DivClassName
{
background-color: #858DDE;
}
.BgClassName
{
background-color: #858DDE;
}
</style>
border-color css
<style>
span { border-color: #858DDE; }
span { border-color: rgb(133,141,222); }
td.TdClassName
{
border-color: #858DDE;
}
.TagClassName
{
border-color: #858DDE;
}
</style>