Shades of Portage #859DEA
Tints of Portage #859DEA
RGB
CMYK
RGB Variations
Color information
#859DEA (or 0x859DEA) is known color: Portage. HEX triplet: 85, 9D and EA. RGB value is (133,157,234). Sum of RGB (Red+Green+Blue) = 133+157+234=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #859DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEA is #7A6215. Grayscale: #9E9E9E. Windows color (decimal): -8020502 or 15375749. OLE color: 15375749.
HSL color Cylindrical-coordinate representation of color #859DEA: hue angle of 225.74º degrees, saturation: 0.71, 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 #859DEA is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 157 | 234 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.08 |
| HSL | 225.74º | 0.71% | 0.72% | - |
| HSV(B) | 225.74º | 0.43% | 0.92% | - |
| XYZ | 36.58 | 35.04 | 82.68 | - |
| YUV | 158.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 234 | 0.43 | 0.33 | 0 | 0.08 | 225.74 | 0.71 | 0.72 |
| Hex | 85 | 9D | EA | 2B | 21 | 0 | 8 | E2 | 47 | 48 |
| Octal | 205 | 235 | 352 | 53 | 41 | 0 | 10 | 342 | 107 | 110 |
| Binary | 10000101 | 10011101 | 11101010 | 101011 | 100001 | 0 | 1000 | 11100010 | 1000111 | 1001000 |
Color Harmonies of #859DEA
Complementary color
Monochromatic Colors of #859DEA
Black with #859DEA
Text Example
Text Example
White with #859DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DEA; }
p { color: rgb(133,157,234); }
H1.HeaderClassName
{
color: #859DEA;
}
.AnyTagClassName
{
color: #859DEA;
}
</style>
background-color css
<style>
a { background-color: #859DEA; }
a { background-color: rgb(133,157,234); }
div.DivClassName
{
background-color: #859DEA;
}
.BgClassName
{
background-color: #859DEA;
}
</style>
border-color css
<style>
span { border-color: #859DEA; }
span { border-color: rgb(133,157,234); }
td.TdClassName
{
border-color: #859DEA;
}
.TagClassName
{
border-color: #859DEA;
}
</style>