Shades of Portage #858BCA
Tints of Portage #858BCA
RGB
CMYK
RGB Variations
Color information
#858BCA (or 0x858BCA) is known color: Portage. HEX triplet: 85, 8B and CA. RGB value is (133,139,202). Sum of RGB (Red+Green+Blue) = 133+139+202=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #858BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCA is #7A7435. Grayscale: #909090. Windows color (decimal): -8025142 or 13273989. OLE color: 13273989.
HSL color Cylindrical-coordinate representation of color #858BCA: hue angle of 234.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858BCA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 139 | 202 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.21 |
| HSL | 234.78º | 0.39% | 0.66% | - |
| HSV(B) | 234.78º | 0.34% | 0.79% | - |
| XYZ | 29.57 | 27.72 | 59.67 | - |
| YUV | 144.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 202 | 0.34 | 0.31 | 0 | 0.21 | 234.78 | 0.39 | 0.66 |
| Hex | 85 | 8B | CA | 22 | 1F | 0 | 15 | EB | 27 | 42 |
| Octal | 205 | 213 | 312 | 42 | 37 | 0 | 25 | 353 | 47 | 102 |
| Binary | 10000101 | 10001011 | 11001010 | 100010 | 11111 | 0 | 10101 | 11101011 | 100111 | 1000010 |
Color Harmonies of #858BCA
Complementary color
Monochromatic Colors of #858BCA
Black with #858BCA
Text Example
Text Example
White with #858BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BCA; }
p { color: rgb(133,139,202); }
H1.HeaderClassName
{
color: #858BCA;
}
.AnyTagClassName
{
color: #858BCA;
}
</style>
background-color css
<style>
a { background-color: #858BCA; }
a { background-color: rgb(133,139,202); }
div.DivClassName
{
background-color: #858BCA;
}
.BgClassName
{
background-color: #858BCA;
}
</style>
border-color css
<style>
span { border-color: #858BCA; }
span { border-color: rgb(133,139,202); }
td.TdClassName
{
border-color: #858BCA;
}
.TagClassName
{
border-color: #858BCA;
}
</style>