Shades of Portage #858BDE
Tints of Portage #858BDE
RGB
CMYK
RGB Variations
Color information
#858BDE (or 0x858BDE) is known color: Portage. HEX triplet: 85, 8B and DE. RGB value is (133,139,222). Sum of RGB (Red+Green+Blue) = 133+139+222=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #858BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDE is #7A7421. Grayscale: #929292. Windows color (decimal): -8025122 or 14584709. OLE color: 14584709.
HSL color Cylindrical-coordinate representation of color #858BDE: hue angle of 235.96º 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 #858BDE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 139 | 222 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.13 |
| HSL | 235.96º | 0.57% | 0.7% | - |
| HSV(B) | 235.96º | 0.4% | 0.87% | - |
| XYZ | 32.09 | 28.73 | 72.96 | - |
| YUV | 146.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 222 | 0.40 | 0.37 | 0 | 0.13 | 235.96 | 0.57 | 0.7 |
| Hex | 85 | 8B | DE | 28 | 25 | 0 | D | EC | 39 | 46 |
| Octal | 205 | 213 | 336 | 50 | 45 | 0 | 15 | 354 | 71 | 106 |
| Binary | 10000101 | 10001011 | 11011110 | 101000 | 100101 | 0 | 1101 | 11101100 | 111001 | 1000110 |
Color Harmonies of #858BDE
Complementary color
Monochromatic Colors of #858BDE
Black with #858BDE
Text Example
Text Example
White with #858BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BDE; }
p { color: rgb(133,139,222); }
H1.HeaderClassName
{
color: #858BDE;
}
.AnyTagClassName
{
color: #858BDE;
}
</style>
background-color css
<style>
a { background-color: #858BDE; }
a { background-color: rgb(133,139,222); }
div.DivClassName
{
background-color: #858BDE;
}
.BgClassName
{
background-color: #858BDE;
}
</style>
border-color css
<style>
span { border-color: #858BDE; }
span { border-color: rgb(133,139,222); }
td.TdClassName
{
border-color: #858BDE;
}
.TagClassName
{
border-color: #858BDE;
}
</style>