Shades of Portage #858ACB
Tints of Portage #858ACB
RGB
CMYK
RGB Variations
Color information
#858ACB (or 0x858ACB) is known color: Portage. HEX triplet: 85, 8A and CB. RGB value is (133,138,203). Sum of RGB (Red+Green+Blue) = 133+138+203=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #858ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACB is #7A7534. Grayscale: #8F8F8F. Windows color (decimal): -8025397 or 13339269. OLE color: 13339269.
HSL color Cylindrical-coordinate representation of color #858ACB: hue angle of 235.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858ACB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 138 | 203 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.20 |
| HSL | 235.71º | 0.4% | 0.66% | - |
| HSV(B) | 235.71º | 0.34% | 0.8% | - |
| XYZ | 29.54 | 27.48 | 60.25 | - |
| YUV | 143.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 203 | 0.34 | 0.32 | 0 | 0.20 | 235.71 | 0.4 | 0.66 |
| Hex | 85 | 8A | CB | 22 | 20 | 0 | 14 | EC | 28 | 42 |
| Octal | 205 | 212 | 313 | 42 | 40 | 0 | 24 | 354 | 50 | 102 |
| Binary | 10000101 | 10001010 | 11001011 | 100010 | 100000 | 0 | 10100 | 11101100 | 101000 | 1000010 |
Color Harmonies of #858ACB
Complementary color
Monochromatic Colors of #858ACB
Black with #858ACB
Text Example
Text Example
White with #858ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ACB; }
p { color: rgb(133,138,203); }
H1.HeaderClassName
{
color: #858ACB;
}
.AnyTagClassName
{
color: #858ACB;
}
</style>
background-color css
<style>
a { background-color: #858ACB; }
a { background-color: rgb(133,138,203); }
div.DivClassName
{
background-color: #858ACB;
}
.BgClassName
{
background-color: #858ACB;
}
</style>
border-color css
<style>
span { border-color: #858ACB; }
span { border-color: rgb(133,138,203); }
td.TdClassName
{
border-color: #858ACB;
}
.TagClassName
{
border-color: #858ACB;
}
</style>