Shades of Portage #859CDA
Tints of Portage #859CDA
RGB
CMYK
RGB Variations
Color information
#859CDA (or 0x859CDA) is known color: Portage. HEX triplet: 85, 9C and DA. RGB value is (133,156,218). Sum of RGB (Red+Green+Blue) = 133+156+218=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #859CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDA is #7A6325. Grayscale: #9B9B9B. Windows color (decimal): -8020774 or 14326917. OLE color: 14326917.
HSL color Cylindrical-coordinate representation of color #859CDA: hue angle of 223.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859CDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 156 | 218 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.15 |
| HSL | 223.76º | 0.53% | 0.69% | - |
| HSV(B) | 223.76º | 0.39% | 0.85% | - |
| XYZ | 34.22 | 33.83 | 71.06 | - |
| YUV | 156.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 218 | 0.39 | 0.28 | 0 | 0.15 | 223.76 | 0.53 | 0.69 |
| Hex | 85 | 9C | DA | 27 | 1C | 0 | F | E0 | 35 | 45 |
| Octal | 205 | 234 | 332 | 47 | 34 | 0 | 17 | 340 | 65 | 105 |
| Binary | 10000101 | 10011100 | 11011010 | 100111 | 11100 | 0 | 1111 | 11100000 | 110101 | 1000101 |
Color Harmonies of #859CDA
Complementary color
Monochromatic Colors of #859CDA
Black with #859CDA
Text Example
Text Example
White with #859CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CDA; }
p { color: rgb(133,156,218); }
H1.HeaderClassName
{
color: #859CDA;
}
.AnyTagClassName
{
color: #859CDA;
}
</style>
background-color css
<style>
a { background-color: #859CDA; }
a { background-color: rgb(133,156,218); }
div.DivClassName
{
background-color: #859CDA;
}
.BgClassName
{
background-color: #859CDA;
}
</style>
border-color css
<style>
span { border-color: #859CDA; }
span { border-color: rgb(133,156,218); }
td.TdClassName
{
border-color: #859CDA;
}
.TagClassName
{
border-color: #859CDA;
}
</style>