Shades of Portage #858CF4
Tints of Portage #858CF4
RGB
CMYK
RGB Variations
Color information
#858CF4 (or 0x858CF4) is known color: Portage. HEX triplet: 85, 8C and F4. RGB value is (133,140,244). Sum of RGB (Red+Green+Blue) = 133+140+244=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #858CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CF4 is #7A730B. Grayscale: #959595. Windows color (decimal): -8024844 or 16026757. OLE color: 16026757.
HSL color Cylindrical-coordinate representation of color #858CF4: hue angle of 236.22º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #858CF4 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 140 | 244 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.04 |
| HSL | 236.22º | 0.83% | 0.74% | - |
| HSV(B) | 236.22º | 0.45% | 0.96% | - |
| XYZ | 35.38 | 30.27 | 89.57 | - |
| YUV | 149.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 244 | 0.45 | 0.43 | 0 | 0.04 | 236.22 | 0.83 | 0.74 |
| Hex | 85 | 8C | F4 | 2D | 2B | 0 | 4 | EC | 53 | 4A |
| Octal | 205 | 214 | 364 | 55 | 53 | 0 | 4 | 354 | 123 | 112 |
| Binary | 10000101 | 10001100 | 11110100 | 101101 | 101011 | 0 | 100 | 11101100 | 1010011 | 1001010 |
Color Harmonies of #858CF4
Complementary color
Monochromatic Colors of #858CF4
Black with #858CF4
Text Example
Text Example
White with #858CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CF4; }
p { color: rgb(133,140,244); }
H1.HeaderClassName
{
color: #858CF4;
}
.AnyTagClassName
{
color: #858CF4;
}
</style>
background-color css
<style>
a { background-color: #858CF4; }
a { background-color: rgb(133,140,244); }
div.DivClassName
{
background-color: #858CF4;
}
.BgClassName
{
background-color: #858CF4;
}
</style>
border-color css
<style>
span { border-color: #858CF4; }
span { border-color: rgb(133,140,244); }
td.TdClassName
{
border-color: #858CF4;
}
.TagClassName
{
border-color: #858CF4;
}
</style>