Shades of Portage #859FDA
Tints of Portage #859FDA
RGB
CMYK
RGB Variations
Color information
#859FDA (or 0x859FDA) is known color: Portage. HEX triplet: 85, 9F and DA. RGB value is (133,159,218). Sum of RGB (Red+Green+Blue) = 133+159+218=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #859FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FDA is #7A6025. Grayscale: #9D9D9D. Windows color (decimal): -8020006 or 14327685. OLE color: 14327685.
HSL color Cylindrical-coordinate representation of color #859FDA: hue angle of 221.65º 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 #859FDA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 159 | 218 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.15 |
| HSL | 221.65º | 0.53% | 0.69% | - |
| HSV(B) | 221.65º | 0.39% | 0.85% | - |
| XYZ | 34.73 | 34.84 | 71.23 | - |
| YUV | 157.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 218 | 0.39 | 0.27 | 0 | 0.15 | 221.65 | 0.53 | 0.69 |
| Hex | 85 | 9F | DA | 27 | 1B | 0 | F | DE | 35 | 45 |
| Octal | 205 | 237 | 332 | 47 | 33 | 0 | 17 | 336 | 65 | 105 |
| Binary | 10000101 | 10011111 | 11011010 | 100111 | 11011 | 0 | 1111 | 11011110 | 110101 | 1000101 |
Color Harmonies of #859FDA
Complementary color
Monochromatic Colors of #859FDA
Black with #859FDA
Text Example
Text Example
White with #859FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FDA; }
p { color: rgb(133,159,218); }
H1.HeaderClassName
{
color: #859FDA;
}
.AnyTagClassName
{
color: #859FDA;
}
</style>
background-color css
<style>
a { background-color: #859FDA; }
a { background-color: rgb(133,159,218); }
div.DivClassName
{
background-color: #859FDA;
}
.BgClassName
{
background-color: #859FDA;
}
</style>
border-color css
<style>
span { border-color: #859FDA; }
span { border-color: rgb(133,159,218); }
td.TdClassName
{
border-color: #859FDA;
}
.TagClassName
{
border-color: #859FDA;
}
</style>