Shades of Portage #859AD5
Tints of Portage #859AD5
RGB
CMYK
RGB Variations
Color information
#859AD5 (or 0x859AD5) is known color: Portage. HEX triplet: 85, 9A and D5. RGB value is (133,154,213). Sum of RGB (Red+Green+Blue) = 133+154+213=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #859AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859AD5 is #7A652A. Grayscale: #9A9A9A. Windows color (decimal): -8021291 or 13998725. OLE color: 13998725.
HSL color Cylindrical-coordinate representation of color #859AD5: hue angle of 224.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859AD5 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 154 | 213 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.16 |
| HSL | 224.25º | 0.49% | 0.68% | - |
| HSV(B) | 224.25º | 0.38% | 0.84% | - |
| XYZ | 33.24 | 32.9 | 67.55 | - |
| YUV | 154.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 213 | 0.38 | 0.28 | 0 | 0.16 | 224.25 | 0.49 | 0.68 |
| Hex | 85 | 9A | D5 | 26 | 1C | 0 | 10 | E0 | 31 | 44 |
| Octal | 205 | 232 | 325 | 46 | 34 | 0 | 20 | 340 | 61 | 104 |
| Binary | 10000101 | 10011010 | 11010101 | 100110 | 11100 | 0 | 10000 | 11100000 | 110001 | 1000100 |
Color Harmonies of #859AD5
Complementary color
Monochromatic Colors of #859AD5
Black with #859AD5
Text Example
Text Example
White with #859AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AD5; }
p { color: rgb(133,154,213); }
H1.HeaderClassName
{
color: #859AD5;
}
.AnyTagClassName
{
color: #859AD5;
}
</style>
background-color css
<style>
a { background-color: #859AD5; }
a { background-color: rgb(133,154,213); }
div.DivClassName
{
background-color: #859AD5;
}
.BgClassName
{
background-color: #859AD5;
}
</style>
border-color css
<style>
span { border-color: #859AD5; }
span { border-color: rgb(133,154,213); }
td.TdClassName
{
border-color: #859AD5;
}
.TagClassName
{
border-color: #859AD5;
}
</style>