Shades of Portage #859ACB
Tints of Portage #859ACB
RGB
CMYK
RGB Variations
Color information
#859ACB (or 0x859ACB) is known color: Portage. HEX triplet: 85, 9A and CB. RGB value is (133,154,203). Sum of RGB (Red+Green+Blue) = 133+154+203=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #859ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ACB is #7A6534. Grayscale: #999999. Windows color (decimal): -8021301 or 13343365. OLE color: 13343365.
HSL color Cylindrical-coordinate representation of color #859ACB: hue angle of 222º 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 #859ACB is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 154 | 203 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.20 |
| HSL | 222º | 0.4% | 0.66% | - |
| HSV(B) | 222º | 0.34% | 0.8% | - |
| XYZ | 32.01 | 32.41 | 61.07 | - |
| YUV | 153.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 203 | 0.34 | 0.24 | 0 | 0.20 | 222 | 0.4 | 0.66 |
| Hex | 85 | 9A | CB | 22 | 18 | 0 | 14 | DE | 28 | 42 |
| Octal | 205 | 232 | 313 | 42 | 30 | 0 | 24 | 336 | 50 | 102 |
| Binary | 10000101 | 10011010 | 11001011 | 100010 | 11000 | 0 | 10100 | 11011110 | 101000 | 1000010 |
Color Harmonies of #859ACB
Complementary color
Monochromatic Colors of #859ACB
Black with #859ACB
Text Example
Text Example
White with #859ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ACB; }
p { color: rgb(133,154,203); }
H1.HeaderClassName
{
color: #859ACB;
}
.AnyTagClassName
{
color: #859ACB;
}
</style>
background-color css
<style>
a { background-color: #859ACB; }
a { background-color: rgb(133,154,203); }
div.DivClassName
{
background-color: #859ACB;
}
.BgClassName
{
background-color: #859ACB;
}
</style>
border-color css
<style>
span { border-color: #859ACB; }
span { border-color: rgb(133,154,203); }
td.TdClassName
{
border-color: #859ACB;
}
.TagClassName
{
border-color: #859ACB;
}
</style>