Shades of Portage #859CD4
Tints of Portage #859CD4
RGB
CMYK
RGB Variations
Color information
#859CD4 (or 0x859CD4) is known color: Portage. HEX triplet: 85, 9C and D4. RGB value is (133,156,212). Sum of RGB (Red+Green+Blue) = 133+156+212=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #859CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CD4 is #7A632B. Grayscale: #9B9B9B. Windows color (decimal): -8020780 or 13933701. OLE color: 13933701.
HSL color Cylindrical-coordinate representation of color #859CD4: hue angle of 222.53º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #859CD4 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 156 | 212 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.17 |
| HSL | 222.53º | 0.48% | 0.68% | - |
| HSV(B) | 222.53º | 0.37% | 0.83% | - |
| XYZ | 33.45 | 33.52 | 66.99 | - |
| YUV | 155.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 212 | 0.37 | 0.26 | 0 | 0.17 | 222.53 | 0.48 | 0.68 |
| Hex | 85 | 9C | D4 | 25 | 1A | 0 | 11 | DF | 30 | 44 |
| Octal | 205 | 234 | 324 | 45 | 32 | 0 | 21 | 337 | 60 | 104 |
| Binary | 10000101 | 10011100 | 11010100 | 100101 | 11010 | 0 | 10001 | 11011111 | 110000 | 1000100 |
Color Harmonies of #859CD4
Complementary color
Monochromatic Colors of #859CD4
Black with #859CD4
Text Example
Text Example
White with #859CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CD4; }
p { color: rgb(133,156,212); }
H1.HeaderClassName
{
color: #859CD4;
}
.AnyTagClassName
{
color: #859CD4;
}
</style>
background-color css
<style>
a { background-color: #859CD4; }
a { background-color: rgb(133,156,212); }
div.DivClassName
{
background-color: #859CD4;
}
.BgClassName
{
background-color: #859CD4;
}
</style>
border-color css
<style>
span { border-color: #859CD4; }
span { border-color: rgb(133,156,212); }
td.TdClassName
{
border-color: #859CD4;
}
.TagClassName
{
border-color: #859CD4;
}
</style>