Shades of Portage #858CDB
Tints of Portage #858CDB
RGB
CMYK
RGB Variations
Color information
#858CDB (or 0x858CDB) is known color: Portage. HEX triplet: 85, 8C and DB. RGB value is (133,140,219). Sum of RGB (Red+Green+Blue) = 133+140+219=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #858CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDB is #7A7324. Grayscale: #929292. Windows color (decimal): -8024869 or 14388357. OLE color: 14388357.
HSL color Cylindrical-coordinate representation of color #858CDB: hue angle of 235.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858CDB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 140 | 219 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.14 |
| HSL | 235.12º | 0.54% | 0.69% | - |
| HSV(B) | 235.12º | 0.39% | 0.86% | - |
| XYZ | 31.84 | 28.86 | 70.91 | - |
| YUV | 146.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 219 | 0.39 | 0.36 | 0 | 0.14 | 235.12 | 0.54 | 0.69 |
| Hex | 85 | 8C | DB | 27 | 24 | 0 | E | EB | 36 | 45 |
| Octal | 205 | 214 | 333 | 47 | 44 | 0 | 16 | 353 | 66 | 105 |
| Binary | 10000101 | 10001100 | 11011011 | 100111 | 100100 | 0 | 1110 | 11101011 | 110110 | 1000101 |
Color Harmonies of #858CDB
Complementary color
Monochromatic Colors of #858CDB
Black with #858CDB
Text Example
Text Example
White with #858CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CDB; }
p { color: rgb(133,140,219); }
H1.HeaderClassName
{
color: #858CDB;
}
.AnyTagClassName
{
color: #858CDB;
}
</style>
background-color css
<style>
a { background-color: #858CDB; }
a { background-color: rgb(133,140,219); }
div.DivClassName
{
background-color: #858CDB;
}
.BgClassName
{
background-color: #858CDB;
}
</style>
border-color css
<style>
span { border-color: #858CDB; }
span { border-color: rgb(133,140,219); }
td.TdClassName
{
border-color: #858CDB;
}
.TagClassName
{
border-color: #858CDB;
}
</style>