Shades of Portage #858FED
Tints of Portage #858FED
RGB
CMYK
RGB Variations
Color information
#858FED (or 0x858FED) is known color: Portage. HEX triplet: 85, 8F and ED. RGB value is (133,143,237). Sum of RGB (Red+Green+Blue) = 133+143+237=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #858FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FED is #7A7012. Grayscale: #969696. Windows color (decimal): -8024083 or 15568773. OLE color: 15568773.
HSL color Cylindrical-coordinate representation of color #858FED: hue angle of 234.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858FED is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 143 | 237 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 234.23º | 0.74% | 0.73% | - |
| HSV(B) | 234.23º | 0.44% | 0.93% | - |
| XYZ | 34.78 | 30.75 | 84.22 | - |
| YUV | 150.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 237 | 0.44 | 0.40 | 0 | 0.07 | 234.23 | 0.74 | 0.73 |
| Hex | 85 | 8F | ED | 2C | 28 | 0 | 7 | EA | 4A | 49 |
| Octal | 205 | 217 | 355 | 54 | 50 | 0 | 7 | 352 | 112 | 111 |
| Binary | 10000101 | 10001111 | 11101101 | 101100 | 101000 | 0 | 111 | 11101010 | 1001010 | 1001001 |
Color Harmonies of #858FED
Complementary color
Monochromatic Colors of #858FED
Black with #858FED
Text Example
Text Example
White with #858FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FED; }
p { color: rgb(133,143,237); }
H1.HeaderClassName
{
color: #858FED;
}
.AnyTagClassName
{
color: #858FED;
}
</style>
background-color css
<style>
a { background-color: #858FED; }
a { background-color: rgb(133,143,237); }
div.DivClassName
{
background-color: #858FED;
}
.BgClassName
{
background-color: #858FED;
}
</style>
border-color css
<style>
span { border-color: #858FED; }
span { border-color: rgb(133,143,237); }
td.TdClassName
{
border-color: #858FED;
}
.TagClassName
{
border-color: #858FED;
}
</style>