Shades of Portage #858CDD
Tints of Portage #858CDD
RGB
CMYK
RGB Variations
Color information
#858CDD (or 0x858CDD) is known color: Portage. HEX triplet: 85, 8C and DD. RGB value is (133,140,221). Sum of RGB (Red+Green+Blue) = 133+140+221=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #858CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDD is #7A7322. Grayscale: #929292. Windows color (decimal): -8024867 or 14519429. OLE color: 14519429.
HSL color Cylindrical-coordinate representation of color #858CDD: hue angle of 235.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858CDD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 140 | 221 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.13 |
| HSL | 235.23º | 0.56% | 0.69% | - |
| HSV(B) | 235.23º | 0.4% | 0.87% | - |
| XYZ | 32.1 | 28.96 | 72.31 | - |
| YUV | 147.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 221 | 0.40 | 0.37 | 0 | 0.13 | 235.23 | 0.56 | 0.69 |
| Hex | 85 | 8C | DD | 28 | 25 | 0 | D | EB | 38 | 45 |
| Octal | 205 | 214 | 335 | 50 | 45 | 0 | 15 | 353 | 70 | 105 |
| Binary | 10000101 | 10001100 | 11011101 | 101000 | 100101 | 0 | 1101 | 11101011 | 111000 | 1000101 |
Color Harmonies of #858CDD
Complementary color
Monochromatic Colors of #858CDD
Black with #858CDD
Text Example
Text Example
White with #858CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CDD; }
p { color: rgb(133,140,221); }
H1.HeaderClassName
{
color: #858CDD;
}
.AnyTagClassName
{
color: #858CDD;
}
</style>
background-color css
<style>
a { background-color: #858CDD; }
a { background-color: rgb(133,140,221); }
div.DivClassName
{
background-color: #858CDD;
}
.BgClassName
{
background-color: #858CDD;
}
</style>
border-color css
<style>
span { border-color: #858CDD; }
span { border-color: rgb(133,140,221); }
td.TdClassName
{
border-color: #858CDD;
}
.TagClassName
{
border-color: #858CDD;
}
</style>