Shades of Portage #858FDB
Tints of Portage #858FDB
RGB
CMYK
RGB Variations
Color information
#858FDB (or 0x858FDB) is known color: Portage. HEX triplet: 85, 8F and DB. RGB value is (133,143,219). Sum of RGB (Red+Green+Blue) = 133+143+219=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #858FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDB is #7A7024. Grayscale: #949494. Windows color (decimal): -8024101 or 14389125. OLE color: 14389125.
HSL color Cylindrical-coordinate representation of color #858FDB: hue angle of 233.02º 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 #858FDB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 143 | 219 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.14 |
| HSL | 233.02º | 0.54% | 0.69% | - |
| HSV(B) | 233.02º | 0.39% | 0.86% | - |
| XYZ | 32.28 | 29.75 | 71.06 | - |
| YUV | 148.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 219 | 0.39 | 0.35 | 0 | 0.14 | 233.02 | 0.54 | 0.69 |
| Hex | 85 | 8F | DB | 27 | 23 | 0 | E | E9 | 36 | 45 |
| Octal | 205 | 217 | 333 | 47 | 43 | 0 | 16 | 351 | 66 | 105 |
| Binary | 10000101 | 10001111 | 11011011 | 100111 | 100011 | 0 | 1110 | 11101001 | 110110 | 1000101 |
Color Harmonies of #858FDB
Complementary color
Monochromatic Colors of #858FDB
Black with #858FDB
Text Example
Text Example
White with #858FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FDB; }
p { color: rgb(133,143,219); }
H1.HeaderClassName
{
color: #858FDB;
}
.AnyTagClassName
{
color: #858FDB;
}
</style>
background-color css
<style>
a { background-color: #858FDB; }
a { background-color: rgb(133,143,219); }
div.DivClassName
{
background-color: #858FDB;
}
.BgClassName
{
background-color: #858FDB;
}
</style>
border-color css
<style>
span { border-color: #858FDB; }
span { border-color: rgb(133,143,219); }
td.TdClassName
{
border-color: #858FDB;
}
.TagClassName
{
border-color: #858FDB;
}
</style>