Shades of Portage #858FCC
Tints of Portage #858FCC
RGB
CMYK
RGB Variations
Color information
#858FCC (or 0x858FCC) is known color: Portage. HEX triplet: 85, 8F and CC. RGB value is (133,143,204). Sum of RGB (Red+Green+Blue) = 133+143+204=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #858FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCC is #7A7033. Grayscale: #929292. Windows color (decimal): -8024116 or 13406085. OLE color: 13406085.
HSL color Cylindrical-coordinate representation of color #858FCC: hue angle of 231.55º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858FCC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 143 | 204 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.2 |
| HSL | 231.55º | 0.41% | 0.66% | - |
| HSV(B) | 231.55º | 0.35% | 0.8% | - |
| XYZ | 30.39 | 28.99 | 61.12 | - |
| YUV | 146.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 204 | 0.35 | 0.30 | 0 | 0.2 | 231.55 | 0.41 | 0.66 |
| Hex | 85 | 8F | CC | 23 | 1E | 0 | 14 | E8 | 29 | 42 |
| Octal | 205 | 217 | 314 | 43 | 36 | 0 | 24 | 350 | 51 | 102 |
| Binary | 10000101 | 10001111 | 11001100 | 100011 | 11110 | 0 | 10100 | 11101000 | 101001 | 1000010 |
Color Harmonies of #858FCC
Complementary color
Monochromatic Colors of #858FCC
Black with #858FCC
Text Example
Text Example
White with #858FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FCC; }
p { color: rgb(133,143,204); }
H1.HeaderClassName
{
color: #858FCC;
}
.AnyTagClassName
{
color: #858FCC;
}
</style>
background-color css
<style>
a { background-color: #858FCC; }
a { background-color: rgb(133,143,204); }
div.DivClassName
{
background-color: #858FCC;
}
.BgClassName
{
background-color: #858FCC;
}
</style>
border-color css
<style>
span { border-color: #858FCC; }
span { border-color: rgb(133,143,204); }
td.TdClassName
{
border-color: #858FCC;
}
.TagClassName
{
border-color: #858FCC;
}
</style>