Shades of Portage #858BF1
Tints of Portage #858BF1
RGB
CMYK
RGB Variations
Color information
#858BF1 (or 0x858BF1) is known color: Portage. HEX triplet: 85, 8B and F1. RGB value is (133,139,241). Sum of RGB (Red+Green+Blue) = 133+139+241=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #858BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BF1 is #7A740E. Grayscale: #949494. Windows color (decimal): -8025103 or 15829893. OLE color: 15829893.
HSL color Cylindrical-coordinate representation of color #858BF1: hue angle of 236.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #858BF1 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 139 | 241 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.05 |
| HSL | 236.67º | 0.79% | 0.73% | - |
| HSV(B) | 236.67º | 0.45% | 0.95% | - |
| XYZ | 34.78 | 29.8 | 87.14 | - |
| YUV | 148.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 241 | 0.45 | 0.42 | 0 | 0.05 | 236.67 | 0.79 | 0.73 |
| Hex | 85 | 8B | F1 | 2D | 2A | 0 | 5 | ED | 4F | 49 |
| Octal | 205 | 213 | 361 | 55 | 52 | 0 | 5 | 355 | 117 | 111 |
| Binary | 10000101 | 10001011 | 11110001 | 101101 | 101010 | 0 | 101 | 11101101 | 1001111 | 1001001 |
Color Harmonies of #858BF1
Complementary color
Monochromatic Colors of #858BF1
Black with #858BF1
Text Example
Text Example
White with #858BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BF1; }
p { color: rgb(133,139,241); }
H1.HeaderClassName
{
color: #858BF1;
}
.AnyTagClassName
{
color: #858BF1;
}
</style>
background-color css
<style>
a { background-color: #858BF1; }
a { background-color: rgb(133,139,241); }
div.DivClassName
{
background-color: #858BF1;
}
.BgClassName
{
background-color: #858BF1;
}
</style>
border-color css
<style>
span { border-color: #858BF1; }
span { border-color: rgb(133,139,241); }
td.TdClassName
{
border-color: #858BF1;
}
.TagClassName
{
border-color: #858BF1;
}
</style>