Shades of Portage #858FE3
Tints of Portage #858FE3
RGB
CMYK
RGB Variations
Color information
#858FE3 (or 0x858FE3) is known color: Portage. HEX triplet: 85, 8F and E3. RGB value is (133,143,227). Sum of RGB (Red+Green+Blue) = 133+143+227=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #858FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FE3 is #7A701C. Grayscale: #959595. Windows color (decimal): -8024093 or 14913413. OLE color: 14913413.
HSL color Cylindrical-coordinate representation of color #858FE3: hue angle of 233.62º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858FE3 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 143 | 227 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.11 |
| HSL | 233.62º | 0.63% | 0.71% | - |
| HSV(B) | 233.62º | 0.41% | 0.89% | - |
| XYZ | 33.36 | 30.18 | 76.74 | - |
| YUV | 149.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 227 | 0.41 | 0.37 | 0 | 0.11 | 233.62 | 0.63 | 0.71 |
| Hex | 85 | 8F | E3 | 29 | 25 | 0 | B | EA | 3F | 47 |
| Octal | 205 | 217 | 343 | 51 | 45 | 0 | 13 | 352 | 77 | 107 |
| Binary | 10000101 | 10001111 | 11100011 | 101001 | 100101 | 0 | 1011 | 11101010 | 111111 | 1000111 |
Color Harmonies of #858FE3
Complementary color
Monochromatic Colors of #858FE3
Black with #858FE3
Text Example
Text Example
White with #858FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FE3; }
p { color: rgb(133,143,227); }
H1.HeaderClassName
{
color: #858FE3;
}
.AnyTagClassName
{
color: #858FE3;
}
</style>
background-color css
<style>
a { background-color: #858FE3; }
a { background-color: rgb(133,143,227); }
div.DivClassName
{
background-color: #858FE3;
}
.BgClassName
{
background-color: #858FE3;
}
</style>
border-color css
<style>
span { border-color: #858FE3; }
span { border-color: rgb(133,143,227); }
td.TdClassName
{
border-color: #858FE3;
}
.TagClassName
{
border-color: #858FE3;
}
</style>