Shades of Portage #858BDF
Tints of Portage #858BDF
RGB
CMYK
RGB Variations
Color information
#858BDF (or 0x858BDF) is known color: Portage. HEX triplet: 85, 8B and DF. RGB value is (133,139,223). Sum of RGB (Red+Green+Blue) = 133+139+223=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #858BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDF is #7A7420. Grayscale: #929292. Windows color (decimal): -8025121 or 14650245. OLE color: 14650245.
HSL color Cylindrical-coordinate representation of color #858BDF: hue angle of 236º degrees, saturation: 0.58, 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 #858BDF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 139 | 223 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.13 |
| HSL | 236º | 0.58% | 0.7% | - |
| HSV(B) | 236º | 0.4% | 0.87% | - |
| XYZ | 32.22 | 28.78 | 73.67 | - |
| YUV | 146.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 223 | 0.40 | 0.38 | 0 | 0.13 | 236 | 0.58 | 0.7 |
| Hex | 85 | 8B | DF | 28 | 26 | 0 | D | EC | 3A | 46 |
| Octal | 205 | 213 | 337 | 50 | 46 | 0 | 15 | 354 | 72 | 106 |
| Binary | 10000101 | 10001011 | 11011111 | 101000 | 100110 | 0 | 1101 | 11101100 | 111010 | 1000110 |
Color Harmonies of #858BDF
Complementary color
Monochromatic Colors of #858BDF
Black with #858BDF
Text Example
Text Example
White with #858BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BDF; }
p { color: rgb(133,139,223); }
H1.HeaderClassName
{
color: #858BDF;
}
.AnyTagClassName
{
color: #858BDF;
}
</style>
background-color css
<style>
a { background-color: #858BDF; }
a { background-color: rgb(133,139,223); }
div.DivClassName
{
background-color: #858BDF;
}
.BgClassName
{
background-color: #858BDF;
}
</style>
border-color css
<style>
span { border-color: #858BDF; }
span { border-color: rgb(133,139,223); }
td.TdClassName
{
border-color: #858BDF;
}
.TagClassName
{
border-color: #858BDF;
}
</style>