Shades of Portage #858DD2
Tints of Portage #858DD2
RGB
CMYK
RGB Variations
Color information
#858DD2 (or 0x858DD2) is known color: Portage. HEX triplet: 85, 8D and D2. RGB value is (133,141,210). Sum of RGB (Red+Green+Blue) = 133+141+210=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #858DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD2 is #7A722D. Grayscale: #929292. Windows color (decimal): -8024622 or 13798789. OLE color: 13798789.
HSL color Cylindrical-coordinate representation of color #858DD2: hue angle of 233.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858DD2 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 141 | 210 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.18 |
| HSL | 233.77º | 0.46% | 0.67% | - |
| HSV(B) | 233.77º | 0.37% | 0.82% | - |
| XYZ | 30.83 | 28.69 | 64.89 | - |
| YUV | 146.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 210 | 0.37 | 0.33 | 0 | 0.18 | 233.77 | 0.46 | 0.67 |
| Hex | 85 | 8D | D2 | 25 | 21 | 0 | 12 | EA | 2E | 43 |
| Octal | 205 | 215 | 322 | 45 | 41 | 0 | 22 | 352 | 56 | 103 |
| Binary | 10000101 | 10001101 | 11010010 | 100101 | 100001 | 0 | 10010 | 11101010 | 101110 | 1000011 |
Color Harmonies of #858DD2
Complementary color
Monochromatic Colors of #858DD2
Black with #858DD2
Text Example
Text Example
White with #858DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DD2; }
p { color: rgb(133,141,210); }
H1.HeaderClassName
{
color: #858DD2;
}
.AnyTagClassName
{
color: #858DD2;
}
</style>
background-color css
<style>
a { background-color: #858DD2; }
a { background-color: rgb(133,141,210); }
div.DivClassName
{
background-color: #858DD2;
}
.BgClassName
{
background-color: #858DD2;
}
</style>
border-color css
<style>
span { border-color: #858DD2; }
span { border-color: rgb(133,141,210); }
td.TdClassName
{
border-color: #858DD2;
}
.TagClassName
{
border-color: #858DD2;
}
</style>