Shades of Portage #859ACE
Tints of Portage #859ACE
RGB
CMYK
RGB Variations
Color information
#859ACE (or 0x859ACE) is known color: Portage. HEX triplet: 85, 9A and CE. RGB value is (133,154,206). Sum of RGB (Red+Green+Blue) = 133+154+206=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #859ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ACE is #7A6531. Grayscale: #999999. Windows color (decimal): -8021298 or 13539973. OLE color: 13539973.
HSL color Cylindrical-coordinate representation of color #859ACE: hue angle of 222.74º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859ACE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 154 | 206 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.19 |
| HSL | 222.74º | 0.43% | 0.66% | - |
| HSV(B) | 222.74º | 0.35% | 0.81% | - |
| XYZ | 32.37 | 32.55 | 62.97 | - |
| YUV | 153.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 206 | 0.35 | 0.25 | 0 | 0.19 | 222.74 | 0.43 | 0.66 |
| Hex | 85 | 9A | CE | 23 | 19 | 0 | 13 | DF | 2B | 42 |
| Octal | 205 | 232 | 316 | 43 | 31 | 0 | 23 | 337 | 53 | 102 |
| Binary | 10000101 | 10011010 | 11001110 | 100011 | 11001 | 0 | 10011 | 11011111 | 101011 | 1000010 |
Color Harmonies of #859ACE
Complementary color
Monochromatic Colors of #859ACE
Black with #859ACE
Text Example
Text Example
White with #859ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ACE; }
p { color: rgb(133,154,206); }
H1.HeaderClassName
{
color: #859ACE;
}
.AnyTagClassName
{
color: #859ACE;
}
</style>
background-color css
<style>
a { background-color: #859ACE; }
a { background-color: rgb(133,154,206); }
div.DivClassName
{
background-color: #859ACE;
}
.BgClassName
{
background-color: #859ACE;
}
</style>
border-color css
<style>
span { border-color: #859ACE; }
span { border-color: rgb(133,154,206); }
td.TdClassName
{
border-color: #859ACE;
}
.TagClassName
{
border-color: #859ACE;
}
</style>