Shades of Portage #859CDD
Tints of Portage #859CDD
RGB
CMYK
RGB Variations
Color information
#859CDD (or 0x859CDD) is known color: Portage. HEX triplet: 85, 9C and DD. RGB value is (133,156,221). Sum of RGB (Red+Green+Blue) = 133+156+221=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #859CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDD is #7A6322. Grayscale: #9C9C9C. Windows color (decimal): -8020771 or 14523525. OLE color: 14523525.
HSL color Cylindrical-coordinate representation of color #859CDD: hue angle of 224.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859CDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 156 | 221 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.13 |
| HSL | 224.32º | 0.56% | 0.69% | - |
| HSV(B) | 224.32º | 0.4% | 0.87% | - |
| XYZ | 34.61 | 33.98 | 73.14 | - |
| YUV | 156.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 221 | 0.40 | 0.29 | 0 | 0.13 | 224.32 | 0.56 | 0.69 |
| Hex | 85 | 9C | DD | 28 | 1D | 0 | D | E0 | 38 | 45 |
| Octal | 205 | 234 | 335 | 50 | 35 | 0 | 15 | 340 | 70 | 105 |
| Binary | 10000101 | 10011100 | 11011101 | 101000 | 11101 | 0 | 1101 | 11100000 | 111000 | 1000101 |
Color Harmonies of #859CDD
Complementary color
Monochromatic Colors of #859CDD
Black with #859CDD
Text Example
Text Example
White with #859CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CDD; }
p { color: rgb(133,156,221); }
H1.HeaderClassName
{
color: #859CDD;
}
.AnyTagClassName
{
color: #859CDD;
}
</style>
background-color css
<style>
a { background-color: #859CDD; }
a { background-color: rgb(133,156,221); }
div.DivClassName
{
background-color: #859CDD;
}
.BgClassName
{
background-color: #859CDD;
}
</style>
border-color css
<style>
span { border-color: #859CDD; }
span { border-color: rgb(133,156,221); }
td.TdClassName
{
border-color: #859CDD;
}
.TagClassName
{
border-color: #859CDD;
}
</style>