Shades of Portage #858FEB
Tints of Portage #858FEB
RGB
CMYK
RGB Variations
Color information
#858FEB (or 0x858FEB) is known color: Portage. HEX triplet: 85, 8F and EB. RGB value is (133,143,235). Sum of RGB (Red+Green+Blue) = 133+143+235=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #858FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FEB is #7A7014. Grayscale: #969696. Windows color (decimal): -8024085 or 15437701. OLE color: 15437701.
HSL color Cylindrical-coordinate representation of color #858FEB: hue angle of 234.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858FEB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 143 | 235 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.08 |
| HSL | 234.12º | 0.72% | 0.72% | - |
| HSV(B) | 234.12º | 0.43% | 0.92% | - |
| XYZ | 34.49 | 30.63 | 82.69 | - |
| YUV | 150.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 235 | 0.43 | 0.39 | 0 | 0.08 | 234.12 | 0.72 | 0.72 |
| Hex | 85 | 8F | EB | 2B | 27 | 0 | 8 | EA | 48 | 48 |
| Octal | 205 | 217 | 353 | 53 | 47 | 0 | 10 | 352 | 110 | 110 |
| Binary | 10000101 | 10001111 | 11101011 | 101011 | 100111 | 0 | 1000 | 11101010 | 1001000 | 1001000 |
Color Harmonies of #858FEB
Complementary color
Monochromatic Colors of #858FEB
Black with #858FEB
Text Example
Text Example
White with #858FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FEB; }
p { color: rgb(133,143,235); }
H1.HeaderClassName
{
color: #858FEB;
}
.AnyTagClassName
{
color: #858FEB;
}
</style>
background-color css
<style>
a { background-color: #858FEB; }
a { background-color: rgb(133,143,235); }
div.DivClassName
{
background-color: #858FEB;
}
.BgClassName
{
background-color: #858FEB;
}
</style>
border-color css
<style>
span { border-color: #858FEB; }
span { border-color: rgb(133,143,235); }
td.TdClassName
{
border-color: #858FEB;
}
.TagClassName
{
border-color: #858FEB;
}
</style>