Shades of Portage #858FCF
Tints of Portage #858FCF
RGB
CMYK
RGB Variations
Color information
#858FCF (or 0x858FCF) is known color: Portage. HEX triplet: 85, 8F and CF. RGB value is (133,143,207). Sum of RGB (Red+Green+Blue) = 133+143+207=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #858FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCF is #7A7030. Grayscale: #939393. Windows color (decimal): -8024113 or 13602693. OLE color: 13602693.
HSL color Cylindrical-coordinate representation of color #858FCF: hue angle of 231.89º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858FCF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 143 | 207 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.19 |
| HSL | 231.89º | 0.44% | 0.67% | - |
| HSV(B) | 231.89º | 0.36% | 0.81% | - |
| XYZ | 30.76 | 29.14 | 63.03 | - |
| YUV | 147.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 207 | 0.36 | 0.31 | 0 | 0.19 | 231.89 | 0.44 | 0.67 |
| Hex | 85 | 8F | CF | 24 | 1F | 0 | 13 | E8 | 2C | 43 |
| Octal | 205 | 217 | 317 | 44 | 37 | 0 | 23 | 350 | 54 | 103 |
| Binary | 10000101 | 10001111 | 11001111 | 100100 | 11111 | 0 | 10011 | 11101000 | 101100 | 1000011 |
Color Harmonies of #858FCF
Complementary color
Monochromatic Colors of #858FCF
Black with #858FCF
Text Example
Text Example
White with #858FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FCF; }
p { color: rgb(133,143,207); }
H1.HeaderClassName
{
color: #858FCF;
}
.AnyTagClassName
{
color: #858FCF;
}
</style>
background-color css
<style>
a { background-color: #858FCF; }
a { background-color: rgb(133,143,207); }
div.DivClassName
{
background-color: #858FCF;
}
.BgClassName
{
background-color: #858FCF;
}
</style>
border-color css
<style>
span { border-color: #858FCF; }
span { border-color: rgb(133,143,207); }
td.TdClassName
{
border-color: #858FCF;
}
.TagClassName
{
border-color: #858FCF;
}
</style>