Shades of Portage #858DCD
Tints of Portage #858DCD
RGB
CMYK
RGB Variations
Color information
#858DCD (or 0x858DCD) is known color: Portage. HEX triplet: 85, 8D and CD. RGB value is (133,141,205). Sum of RGB (Red+Green+Blue) = 133+141+205=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #858DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCD is #7A7232. Grayscale: #919191. Windows color (decimal): -8024627 or 13471109. OLE color: 13471109.
HSL color Cylindrical-coordinate representation of color #858DCD: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858DCD is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 141 | 205 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.20 |
| HSL | 233.33º | 0.42% | 0.66% | - |
| HSV(B) | 233.33º | 0.35% | 0.8% | - |
| XYZ | 30.22 | 28.44 | 61.66 | - |
| YUV | 145.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 205 | 0.35 | 0.31 | 0 | 0.20 | 233.33 | 0.42 | 0.66 |
| Hex | 85 | 8D | CD | 23 | 1F | 0 | 14 | E9 | 2A | 42 |
| Octal | 205 | 215 | 315 | 43 | 37 | 0 | 24 | 351 | 52 | 102 |
| Binary | 10000101 | 10001101 | 11001101 | 100011 | 11111 | 0 | 10100 | 11101001 | 101010 | 1000010 |
Color Harmonies of #858DCD
Complementary color
Monochromatic Colors of #858DCD
Black with #858DCD
Text Example
Text Example
White with #858DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DCD; }
p { color: rgb(133,141,205); }
H1.HeaderClassName
{
color: #858DCD;
}
.AnyTagClassName
{
color: #858DCD;
}
</style>
background-color css
<style>
a { background-color: #858DCD; }
a { background-color: rgb(133,141,205); }
div.DivClassName
{
background-color: #858DCD;
}
.BgClassName
{
background-color: #858DCD;
}
</style>
border-color css
<style>
span { border-color: #858DCD; }
span { border-color: rgb(133,141,205); }
td.TdClassName
{
border-color: #858DCD;
}
.TagClassName
{
border-color: #858DCD;
}
</style>