Shades of Portage #858FD8
Tints of Portage #858FD8
RGB
CMYK
RGB Variations
Color information
#858FD8 (or 0x858FD8) is known color: Portage. HEX triplet: 85, 8F and D8. RGB value is (133,143,216). Sum of RGB (Red+Green+Blue) = 133+143+216=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #858FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FD8 is #7A7027. Grayscale: #949494. Windows color (decimal): -8024104 or 14192517. OLE color: 14192517.
HSL color Cylindrical-coordinate representation of color #858FD8: hue angle of 232.77º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858FD8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 143 | 216 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.15 |
| HSL | 232.77º | 0.52% | 0.68% | - |
| HSV(B) | 232.77º | 0.38% | 0.85% | - |
| XYZ | 31.89 | 29.59 | 69 | - |
| YUV | 148.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 216 | 0.38 | 0.34 | 0 | 0.15 | 232.77 | 0.52 | 0.68 |
| Hex | 85 | 8F | D8 | 26 | 22 | 0 | F | E9 | 34 | 44 |
| Octal | 205 | 217 | 330 | 46 | 42 | 0 | 17 | 351 | 64 | 104 |
| Binary | 10000101 | 10001111 | 11011000 | 100110 | 100010 | 0 | 1111 | 11101001 | 110100 | 1000100 |
Color Harmonies of #858FD8
Complementary color
Monochromatic Colors of #858FD8
Black with #858FD8
Text Example
Text Example
White with #858FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FD8; }
p { color: rgb(133,143,216); }
H1.HeaderClassName
{
color: #858FD8;
}
.AnyTagClassName
{
color: #858FD8;
}
</style>
background-color css
<style>
a { background-color: #858FD8; }
a { background-color: rgb(133,143,216); }
div.DivClassName
{
background-color: #858FD8;
}
.BgClassName
{
background-color: #858FD8;
}
</style>
border-color css
<style>
span { border-color: #858FD8; }
span { border-color: rgb(133,143,216); }
td.TdClassName
{
border-color: #858FD8;
}
.TagClassName
{
border-color: #858FD8;
}
</style>