Shades of Portage #859DDA
Tints of Portage #859DDA
RGB
CMYK
RGB Variations
Color information
#859DDA (or 0x859DDA) is known color: Portage. HEX triplet: 85, 9D and DA. RGB value is (133,157,218). Sum of RGB (Red+Green+Blue) = 133+157+218=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #859DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDA is #7A6225. Grayscale: #9C9C9C. Windows color (decimal): -8020518 or 14327173. OLE color: 14327173.
HSL color Cylindrical-coordinate representation of color #859DDA: hue angle of 223.06º 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 #859DDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 157 | 218 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.15 |
| HSL | 223.06º | 0.53% | 0.69% | - |
| HSV(B) | 223.06º | 0.39% | 0.85% | - |
| XYZ | 34.38 | 34.16 | 71.11 | - |
| YUV | 156.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 218 | 0.39 | 0.28 | 0 | 0.15 | 223.06 | 0.53 | 0.69 |
| Hex | 85 | 9D | DA | 27 | 1C | 0 | F | DF | 35 | 45 |
| Octal | 205 | 235 | 332 | 47 | 34 | 0 | 17 | 337 | 65 | 105 |
| Binary | 10000101 | 10011101 | 11011010 | 100111 | 11100 | 0 | 1111 | 11011111 | 110101 | 1000101 |
Color Harmonies of #859DDA
Complementary color
Monochromatic Colors of #859DDA
Black with #859DDA
Text Example
Text Example
White with #859DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DDA; }
p { color: rgb(133,157,218); }
H1.HeaderClassName
{
color: #859DDA;
}
.AnyTagClassName
{
color: #859DDA;
}
</style>
background-color css
<style>
a { background-color: #859DDA; }
a { background-color: rgb(133,157,218); }
div.DivClassName
{
background-color: #859DDA;
}
.BgClassName
{
background-color: #859DDA;
}
</style>
border-color css
<style>
span { border-color: #859DDA; }
span { border-color: rgb(133,157,218); }
td.TdClassName
{
border-color: #859DDA;
}
.TagClassName
{
border-color: #859DDA;
}
</style>