Shades of Portage #859ED7
Tints of Portage #859ED7
RGB
CMYK
RGB Variations
Color information
#859ED7 (or 0x859ED7) is known color: Portage. HEX triplet: 85, 9E and D7. RGB value is (133,158,215). Sum of RGB (Red+Green+Blue) = 133+158+215=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #859ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED7 is #7A6128. Grayscale: #9C9C9C. Windows color (decimal): -8020265 or 14130821. OLE color: 14130821.
HSL color Cylindrical-coordinate representation of color #859ED7: hue angle of 221.71º degrees, saturation: 0.51, 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 #859ED7 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 158 | 215 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.16 |
| HSL | 221.71º | 0.51% | 0.68% | - |
| HSV(B) | 221.71º | 0.38% | 0.84% | - |
| XYZ | 34.17 | 34.35 | 69.12 | - |
| YUV | 157.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 215 | 0.38 | 0.27 | 0 | 0.16 | 221.71 | 0.51 | 0.68 |
| Hex | 85 | 9E | D7 | 26 | 1B | 0 | 10 | DE | 33 | 44 |
| Octal | 205 | 236 | 327 | 46 | 33 | 0 | 20 | 336 | 63 | 104 |
| Binary | 10000101 | 10011110 | 11010111 | 100110 | 11011 | 0 | 10000 | 11011110 | 110011 | 1000100 |
Color Harmonies of #859ED7
Complementary color
Monochromatic Colors of #859ED7
Black with #859ED7
Text Example
Text Example
White with #859ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ED7; }
p { color: rgb(133,158,215); }
H1.HeaderClassName
{
color: #859ED7;
}
.AnyTagClassName
{
color: #859ED7;
}
</style>
background-color css
<style>
a { background-color: #859ED7; }
a { background-color: rgb(133,158,215); }
div.DivClassName
{
background-color: #859ED7;
}
.BgClassName
{
background-color: #859ED7;
}
</style>
border-color css
<style>
span { border-color: #859ED7; }
span { border-color: rgb(133,158,215); }
td.TdClassName
{
border-color: #859ED7;
}
.TagClassName
{
border-color: #859ED7;
}
</style>