Shades of Portage #859CED
Tints of Portage #859CED
RGB
CMYK
RGB Variations
Color information
#859CED (or 0x859CED) is known color: Portage. HEX triplet: 85, 9C and ED. RGB value is (133,156,237). Sum of RGB (Red+Green+Blue) = 133+156+237=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #859CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CED is #7A6312. Grayscale: #9E9E9E. Windows color (decimal): -8020755 or 15572101. OLE color: 15572101.
HSL color Cylindrical-coordinate representation of color #859CED: hue angle of 226.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859CED is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 156 | 237 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 226.73º | 0.74% | 0.73% | - |
| HSV(B) | 226.73º | 0.44% | 0.93% | - |
| XYZ | 36.85 | 34.88 | 84.91 | - |
| YUV | 158.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 237 | 0.44 | 0.34 | 0 | 0.07 | 226.73 | 0.74 | 0.73 |
| Hex | 85 | 9C | ED | 2C | 22 | 0 | 7 | E3 | 4A | 49 |
| Octal | 205 | 234 | 355 | 54 | 42 | 0 | 7 | 343 | 112 | 111 |
| Binary | 10000101 | 10011100 | 11101101 | 101100 | 100010 | 0 | 111 | 11100011 | 1001010 | 1001001 |
Color Harmonies of #859CED
Complementary color
Monochromatic Colors of #859CED
Black with #859CED
Text Example
Text Example
White with #859CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CED; }
p { color: rgb(133,156,237); }
H1.HeaderClassName
{
color: #859CED;
}
.AnyTagClassName
{
color: #859CED;
}
</style>
background-color css
<style>
a { background-color: #859CED; }
a { background-color: rgb(133,156,237); }
div.DivClassName
{
background-color: #859CED;
}
.BgClassName
{
background-color: #859CED;
}
</style>
border-color css
<style>
span { border-color: #859CED; }
span { border-color: rgb(133,156,237); }
td.TdClassName
{
border-color: #859CED;
}
.TagClassName
{
border-color: #859CED;
}
</style>