Shades of Portage #858DDA
Tints of Portage #858DDA
RGB
CMYK
RGB Variations
Color information
#858DDA (or 0x858DDA) is known color: Portage. HEX triplet: 85, 8D and DA. RGB value is (133,141,218). Sum of RGB (Red+Green+Blue) = 133+141+218=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #858DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDA is #7A7225. Grayscale: #939393. Windows color (decimal): -8024614 or 14323077. OLE color: 14323077.
HSL color Cylindrical-coordinate representation of color #858DDA: hue angle of 234.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858DDA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 141 | 218 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.15 |
| HSL | 234.35º | 0.53% | 0.69% | - |
| HSV(B) | 234.35º | 0.39% | 0.85% | - |
| XYZ | 31.85 | 29.1 | 70.27 | - |
| YUV | 147.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 218 | 0.39 | 0.35 | 0 | 0.15 | 234.35 | 0.53 | 0.69 |
| Hex | 85 | 8D | DA | 27 | 23 | 0 | F | EA | 35 | 45 |
| Octal | 205 | 215 | 332 | 47 | 43 | 0 | 17 | 352 | 65 | 105 |
| Binary | 10000101 | 10001101 | 11011010 | 100111 | 100011 | 0 | 1111 | 11101010 | 110101 | 1000101 |
Color Harmonies of #858DDA
Complementary color
Monochromatic Colors of #858DDA
Black with #858DDA
Text Example
Text Example
White with #858DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DDA; }
p { color: rgb(133,141,218); }
H1.HeaderClassName
{
color: #858DDA;
}
.AnyTagClassName
{
color: #858DDA;
}
</style>
background-color css
<style>
a { background-color: #858DDA; }
a { background-color: rgb(133,141,218); }
div.DivClassName
{
background-color: #858DDA;
}
.BgClassName
{
background-color: #858DDA;
}
</style>
border-color css
<style>
span { border-color: #858DDA; }
span { border-color: rgb(133,141,218); }
td.TdClassName
{
border-color: #858DDA;
}
.TagClassName
{
border-color: #858DDA;
}
</style>