Shades of Portage #859BCE
Tints of Portage #859BCE
RGB
CMYK
RGB Variations
Color information
#859BCE (or 0x859BCE) is known color: Portage. HEX triplet: 85, 9B and CE. RGB value is (133,155,206). Sum of RGB (Red+Green+Blue) = 133+155+206=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #859BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BCE is #7A6431. Grayscale: #9A9A9A. Windows color (decimal): -8021042 or 13540229. OLE color: 13540229.
HSL color Cylindrical-coordinate representation of color #859BCE: hue angle of 221.92º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859BCE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 155 | 206 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.19 |
| HSL | 221.92º | 0.43% | 0.66% | - |
| HSV(B) | 221.92º | 0.35% | 0.81% | - |
| XYZ | 32.53 | 32.89 | 63.03 | - |
| YUV | 154.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 206 | 0.35 | 0.25 | 0 | 0.19 | 221.92 | 0.43 | 0.66 |
| Hex | 85 | 9B | CE | 23 | 19 | 0 | 13 | DE | 2B | 42 |
| Octal | 205 | 233 | 316 | 43 | 31 | 0 | 23 | 336 | 53 | 102 |
| Binary | 10000101 | 10011011 | 11001110 | 100011 | 11001 | 0 | 10011 | 11011110 | 101011 | 1000010 |
Color Harmonies of #859BCE
Complementary color
Monochromatic Colors of #859BCE
Black with #859BCE
Text Example
Text Example
White with #859BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BCE; }
p { color: rgb(133,155,206); }
H1.HeaderClassName
{
color: #859BCE;
}
.AnyTagClassName
{
color: #859BCE;
}
</style>
background-color css
<style>
a { background-color: #859BCE; }
a { background-color: rgb(133,155,206); }
div.DivClassName
{
background-color: #859BCE;
}
.BgClassName
{
background-color: #859BCE;
}
</style>
border-color css
<style>
span { border-color: #859BCE; }
span { border-color: rgb(133,155,206); }
td.TdClassName
{
border-color: #859BCE;
}
.TagClassName
{
border-color: #859BCE;
}
</style>