Shades of Portage #859DD8
Tints of Portage #859DD8
RGB
CMYK
RGB Variations
Color information
#859DD8 (or 0x859DD8) is known color: Portage. HEX triplet: 85, 9D and D8. RGB value is (133,157,216). Sum of RGB (Red+Green+Blue) = 133+157+216=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #859DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DD8 is #7A6227. Grayscale: #9C9C9C. Windows color (decimal): -8020520 or 14196101. OLE color: 14196101.
HSL color Cylindrical-coordinate representation of color #859DD8: hue angle of 222.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859DD8 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 157 | 216 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.15 |
| HSL | 222.65º | 0.52% | 0.68% | - |
| HSV(B) | 222.65º | 0.38% | 0.85% | - |
| XYZ | 34.12 | 34.06 | 69.74 | - |
| YUV | 156.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 216 | 0.38 | 0.27 | 0 | 0.15 | 222.65 | 0.52 | 0.68 |
| Hex | 85 | 9D | D8 | 26 | 1B | 0 | F | DF | 34 | 44 |
| Octal | 205 | 235 | 330 | 46 | 33 | 0 | 17 | 337 | 64 | 104 |
| Binary | 10000101 | 10011101 | 11011000 | 100110 | 11011 | 0 | 1111 | 11011111 | 110100 | 1000100 |
Color Harmonies of #859DD8
Complementary color
Monochromatic Colors of #859DD8
Black with #859DD8
Text Example
Text Example
White with #859DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DD8; }
p { color: rgb(133,157,216); }
H1.HeaderClassName
{
color: #859DD8;
}
.AnyTagClassName
{
color: #859DD8;
}
</style>
background-color css
<style>
a { background-color: #859DD8; }
a { background-color: rgb(133,157,216); }
div.DivClassName
{
background-color: #859DD8;
}
.BgClassName
{
background-color: #859DD8;
}
</style>
border-color css
<style>
span { border-color: #859DD8; }
span { border-color: rgb(133,157,216); }
td.TdClassName
{
border-color: #859DD8;
}
.TagClassName
{
border-color: #859DD8;
}
</style>