Shades of Portage #858BC9
Tints of Portage #858BC9
RGB
CMYK
RGB Variations
Color information
#858BC9 (or 0x858BC9) is known color: Portage. HEX triplet: 85, 8B and C9. RGB value is (133,139,201). Sum of RGB (Red+Green+Blue) = 133+139+201=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #858BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC9 is #7A7436. Grayscale: #909090. Windows color (decimal): -8025143 or 13208453. OLE color: 13208453.
HSL color Cylindrical-coordinate representation of color #858BC9: hue angle of 234.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858BC9 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 139 | 201 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.21 |
| HSL | 234.71º | 0.39% | 0.65% | - |
| HSV(B) | 234.71º | 0.34% | 0.79% | - |
| XYZ | 29.45 | 27.67 | 59.05 | - |
| YUV | 144.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 201 | 0.34 | 0.31 | 0 | 0.21 | 234.71 | 0.39 | 0.65 |
| Hex | 85 | 8B | C9 | 22 | 1F | 0 | 15 | EB | 27 | 41 |
| Octal | 205 | 213 | 311 | 42 | 37 | 0 | 25 | 353 | 47 | 101 |
| Binary | 10000101 | 10001011 | 11001001 | 100010 | 11111 | 0 | 10101 | 11101011 | 100111 | 1000001 |
Color Harmonies of #858BC9
Complementary color
Monochromatic Colors of #858BC9
Black with #858BC9
Text Example
Text Example
White with #858BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BC9; }
p { color: rgb(133,139,201); }
H1.HeaderClassName
{
color: #858BC9;
}
.AnyTagClassName
{
color: #858BC9;
}
</style>
background-color css
<style>
a { background-color: #858BC9; }
a { background-color: rgb(133,139,201); }
div.DivClassName
{
background-color: #858BC9;
}
.BgClassName
{
background-color: #858BC9;
}
</style>
border-color css
<style>
span { border-color: #858BC9; }
span { border-color: rgb(133,139,201); }
td.TdClassName
{
border-color: #858BC9;
}
.TagClassName
{
border-color: #858BC9;
}
</style>