Shades of Portage #859ACC
Tints of Portage #859ACC
RGB
CMYK
RGB Variations
Color information
#859ACC (or 0x859ACC) is known color: Portage. HEX triplet: 85, 9A and CC. RGB value is (133,154,204). Sum of RGB (Red+Green+Blue) = 133+154+204=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #859ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ACC is #7A6533. Grayscale: #999999. Windows color (decimal): -8021300 or 13408901. OLE color: 13408901.
HSL color Cylindrical-coordinate representation of color #859ACC: hue angle of 222.25º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859ACC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 154 | 204 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.2 |
| HSL | 222.25º | 0.41% | 0.66% | - |
| HSV(B) | 222.25º | 0.35% | 0.8% | - |
| XYZ | 32.13 | 32.46 | 61.7 | - |
| YUV | 153.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 204 | 0.35 | 0.25 | 0 | 0.2 | 222.25 | 0.41 | 0.66 |
| Hex | 85 | 9A | CC | 23 | 19 | 0 | 14 | DE | 29 | 42 |
| Octal | 205 | 232 | 314 | 43 | 31 | 0 | 24 | 336 | 51 | 102 |
| Binary | 10000101 | 10011010 | 11001100 | 100011 | 11001 | 0 | 10100 | 11011110 | 101001 | 1000010 |
Color Harmonies of #859ACC
Complementary color
Monochromatic Colors of #859ACC
Black with #859ACC
Text Example
Text Example
White with #859ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ACC; }
p { color: rgb(133,154,204); }
H1.HeaderClassName
{
color: #859ACC;
}
.AnyTagClassName
{
color: #859ACC;
}
</style>
background-color css
<style>
a { background-color: #859ACC; }
a { background-color: rgb(133,154,204); }
div.DivClassName
{
background-color: #859ACC;
}
.BgClassName
{
background-color: #859ACC;
}
</style>
border-color css
<style>
span { border-color: #859ACC; }
span { border-color: rgb(133,154,204); }
td.TdClassName
{
border-color: #859ACC;
}
.TagClassName
{
border-color: #859ACC;
}
</style>