Shades of Portage #859CEB
Tints of Portage #859CEB
RGB
CMYK
RGB Variations
Color information
#859CEB (or 0x859CEB) is known color: Portage. HEX triplet: 85, 9C and EB. RGB value is (133,156,235). Sum of RGB (Red+Green+Blue) = 133+156+235=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #859CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CEB is #7A6314. Grayscale: #9D9D9D. Windows color (decimal): -8020757 or 15441029. OLE color: 15441029.
HSL color Cylindrical-coordinate representation of color #859CEB: hue angle of 226.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859CEB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 156 | 235 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.08 |
| HSL | 226.47º | 0.72% | 0.72% | - |
| HSV(B) | 226.47º | 0.43% | 0.92% | - |
| XYZ | 36.56 | 34.76 | 83.38 | - |
| YUV | 158.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 235 | 0.43 | 0.34 | 0 | 0.08 | 226.47 | 0.72 | 0.72 |
| Hex | 85 | 9C | EB | 2B | 22 | 0 | 8 | E2 | 48 | 48 |
| Octal | 205 | 234 | 353 | 53 | 42 | 0 | 10 | 342 | 110 | 110 |
| Binary | 10000101 | 10011100 | 11101011 | 101011 | 100010 | 0 | 1000 | 11100010 | 1001000 | 1001000 |
Color Harmonies of #859CEB
Complementary color
Monochromatic Colors of #859CEB
Black with #859CEB
Text Example
Text Example
White with #859CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CEB; }
p { color: rgb(133,156,235); }
H1.HeaderClassName
{
color: #859CEB;
}
.AnyTagClassName
{
color: #859CEB;
}
</style>
background-color css
<style>
a { background-color: #859CEB; }
a { background-color: rgb(133,156,235); }
div.DivClassName
{
background-color: #859CEB;
}
.BgClassName
{
background-color: #859CEB;
}
</style>
border-color css
<style>
span { border-color: #859CEB; }
span { border-color: rgb(133,156,235); }
td.TdClassName
{
border-color: #859CEB;
}
.TagClassName
{
border-color: #859CEB;
}
</style>