Shades of Portage #859CDB
Tints of Portage #859CDB
RGB
CMYK
RGB Variations
Color information
#859CDB (or 0x859CDB) is known color: Portage. HEX triplet: 85, 9C and DB. RGB value is (133,156,219). Sum of RGB (Red+Green+Blue) = 133+156+219=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #859CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDB is #7A6324. Grayscale: #9C9C9C. Windows color (decimal): -8020773 or 14392453. OLE color: 14392453.
HSL color Cylindrical-coordinate representation of color #859CDB: hue angle of 223.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859CDB is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 156 | 219 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.14 |
| HSL | 223.95º | 0.54% | 0.69% | - |
| HSV(B) | 223.95º | 0.39% | 0.86% | - |
| XYZ | 34.35 | 33.88 | 71.75 | - |
| YUV | 156.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 219 | 0.39 | 0.29 | 0 | 0.14 | 223.95 | 0.54 | 0.69 |
| Hex | 85 | 9C | DB | 27 | 1D | 0 | E | E0 | 36 | 45 |
| Octal | 205 | 234 | 333 | 47 | 35 | 0 | 16 | 340 | 66 | 105 |
| Binary | 10000101 | 10011100 | 11011011 | 100111 | 11101 | 0 | 1110 | 11100000 | 110110 | 1000101 |
Color Harmonies of #859CDB
Complementary color
Monochromatic Colors of #859CDB
Black with #859CDB
Text Example
Text Example
White with #859CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CDB; }
p { color: rgb(133,156,219); }
H1.HeaderClassName
{
color: #859CDB;
}
.AnyTagClassName
{
color: #859CDB;
}
</style>
background-color css
<style>
a { background-color: #859CDB; }
a { background-color: rgb(133,156,219); }
div.DivClassName
{
background-color: #859CDB;
}
.BgClassName
{
background-color: #859CDB;
}
</style>
border-color css
<style>
span { border-color: #859CDB; }
span { border-color: rgb(133,156,219); }
td.TdClassName
{
border-color: #859CDB;
}
.TagClassName
{
border-color: #859CDB;
}
</style>