Shades of Portage #858FFA
Tints of Portage #858FFA
RGB
CMYK
RGB Variations
Color information
#858FFA (or 0x858FFA) is known color: Portage. HEX triplet: 85, 8F and FA. RGB value is (133,143,250). Sum of RGB (Red+Green+Blue) = 133+143+250=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #858FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFA is #7A7005. Grayscale: #979797. Windows color (decimal): -8024070 or 16420741. OLE color: 16420741.
HSL color Cylindrical-coordinate representation of color #858FFA: hue angle of 234.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858FFA is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 143 | 250 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.02 |
| HSL | 234.87º | 0.92% | 0.75% | - |
| HSV(B) | 234.87º | 0.47% | 0.98% | - |
| XYZ | 36.75 | 31.53 | 94.59 | - |
| YUV | 152.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 250 | 0.47 | 0.43 | 0 | 0.02 | 234.87 | 0.92 | 0.75 |
| Hex | 85 | 8F | FA | 2F | 2B | 0 | 2 | EB | 5C | 4B |
| Octal | 205 | 217 | 372 | 57 | 53 | 0 | 2 | 353 | 134 | 113 |
| Binary | 10000101 | 10001111 | 11111010 | 101111 | 101011 | 0 | 10 | 11101011 | 1011100 | 1001011 |
Color Harmonies of #858FFA
Complementary color
Monochromatic Colors of #858FFA
Black with #858FFA
Text Example
Text Example
White with #858FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FFA; }
p { color: rgb(133,143,250); }
H1.HeaderClassName
{
color: #858FFA;
}
.AnyTagClassName
{
color: #858FFA;
}
</style>
background-color css
<style>
a { background-color: #858FFA; }
a { background-color: rgb(133,143,250); }
div.DivClassName
{
background-color: #858FFA;
}
.BgClassName
{
background-color: #858FFA;
}
</style>
border-color css
<style>
span { border-color: #858FFA; }
span { border-color: rgb(133,143,250); }
td.TdClassName
{
border-color: #858FFA;
}
.TagClassName
{
border-color: #858FFA;
}
</style>