Shades of Portage #858BCF
Tints of Portage #858BCF
RGB
CMYK
RGB Variations
Color information
#858BCF (or 0x858BCF) is known color: Portage. HEX triplet: 85, 8B and CF. RGB value is (133,139,207). Sum of RGB (Red+Green+Blue) = 133+139+207=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #858BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCF is #7A7430. Grayscale: #909090. Windows color (decimal): -8025137 or 13601669. OLE color: 13601669.
HSL color Cylindrical-coordinate representation of color #858BCF: hue angle of 235.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858BCF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 139 | 207 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.19 |
| HSL | 235.14º | 0.44% | 0.67% | - |
| HSV(B) | 235.14º | 0.36% | 0.81% | - |
| XYZ | 30.17 | 27.96 | 62.84 | - |
| YUV | 144.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 207 | 0.36 | 0.33 | 0 | 0.19 | 235.14 | 0.44 | 0.67 |
| Hex | 85 | 8B | CF | 24 | 21 | 0 | 13 | EB | 2C | 43 |
| Octal | 205 | 213 | 317 | 44 | 41 | 0 | 23 | 353 | 54 | 103 |
| Binary | 10000101 | 10001011 | 11001111 | 100100 | 100001 | 0 | 10011 | 11101011 | 101100 | 1000011 |
Color Harmonies of #858BCF
Complementary color
Monochromatic Colors of #858BCF
Black with #858BCF
Text Example
Text Example
White with #858BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BCF; }
p { color: rgb(133,139,207); }
H1.HeaderClassName
{
color: #858BCF;
}
.AnyTagClassName
{
color: #858BCF;
}
</style>
background-color css
<style>
a { background-color: #858BCF; }
a { background-color: rgb(133,139,207); }
div.DivClassName
{
background-color: #858BCF;
}
.BgClassName
{
background-color: #858BCF;
}
</style>
border-color css
<style>
span { border-color: #858BCF; }
span { border-color: rgb(133,139,207); }
td.TdClassName
{
border-color: #858BCF;
}
.TagClassName
{
border-color: #858BCF;
}
</style>