Shades of Portage #859ADA
Tints of Portage #859ADA
RGB
CMYK
RGB Variations
Color information
#859ADA (or 0x859ADA) is known color: Portage. HEX triplet: 85, 9A and DA. RGB value is (133,154,218). Sum of RGB (Red+Green+Blue) = 133+154+218=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #859ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ADA is #7A6525. Grayscale: #9A9A9A. Windows color (decimal): -8021286 or 14326405. OLE color: 14326405.
HSL color Cylindrical-coordinate representation of color #859ADA: hue angle of 225.18º 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 #859ADA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 154 | 218 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.15 |
| HSL | 225.18º | 0.53% | 0.69% | - |
| HSV(B) | 225.18º | 0.39% | 0.85% | - |
| XYZ | 33.88 | 33.16 | 70.94 | - |
| YUV | 155.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 218 | 0.39 | 0.29 | 0 | 0.15 | 225.18 | 0.53 | 0.69 |
| Hex | 85 | 9A | DA | 27 | 1D | 0 | F | E1 | 35 | 45 |
| Octal | 205 | 232 | 332 | 47 | 35 | 0 | 17 | 341 | 65 | 105 |
| Binary | 10000101 | 10011010 | 11011010 | 100111 | 11101 | 0 | 1111 | 11100001 | 110101 | 1000101 |
Color Harmonies of #859ADA
Complementary color
Monochromatic Colors of #859ADA
Black with #859ADA
Text Example
Text Example
White with #859ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ADA; }
p { color: rgb(133,154,218); }
H1.HeaderClassName
{
color: #859ADA;
}
.AnyTagClassName
{
color: #859ADA;
}
</style>
background-color css
<style>
a { background-color: #859ADA; }
a { background-color: rgb(133,154,218); }
div.DivClassName
{
background-color: #859ADA;
}
.BgClassName
{
background-color: #859ADA;
}
</style>
border-color css
<style>
span { border-color: #859ADA; }
span { border-color: rgb(133,154,218); }
td.TdClassName
{
border-color: #859ADA;
}
.TagClassName
{
border-color: #859ADA;
}
</style>