Shades of Portage #848FF2
Tints of Portage #848FF2
RGB
CMYK
RGB Variations
Color information
#848FF2 (or 0x848FF2) is known color: Portage. HEX triplet: 84, 8F and F2. RGB value is (132,143,242). Sum of RGB (Red+Green+Blue) = 132+143+242=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #848FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FF2 is #7B700D. Grayscale: #969696. Windows color (decimal): -8089614 or 15896452. OLE color: 15896452.
HSL color Cylindrical-coordinate representation of color #848FF2: hue angle of 234º degrees, saturation: 0.81, 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 #848FF2 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 143 | 242 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.05 |
| HSL | 234º | 0.81% | 0.73% | - |
| HSV(B) | 234º | 0.45% | 0.95% | - |
| XYZ | 35.37 | 30.96 | 88.12 | - |
| YUV | 151 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 242 | 0.45 | 0.41 | 0 | 0.05 | 234 | 0.81 | 0.73 |
| Hex | 84 | 8F | F2 | 2D | 29 | 0 | 5 | EA | 51 | 49 |
| Octal | 204 | 217 | 362 | 55 | 51 | 0 | 5 | 352 | 121 | 111 |
| Binary | 10000100 | 10001111 | 11110010 | 101101 | 101001 | 0 | 101 | 11101010 | 1010001 | 1001001 |
Color Harmonies of #848FF2
Complementary color
Monochromatic Colors of #848FF2
Black with #848FF2
Text Example
Text Example
White with #848FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FF2; }
p { color: rgb(132,143,242); }
H1.HeaderClassName
{
color: #848FF2;
}
.AnyTagClassName
{
color: #848FF2;
}
</style>
background-color css
<style>
a { background-color: #848FF2; }
a { background-color: rgb(132,143,242); }
div.DivClassName
{
background-color: #848FF2;
}
.BgClassName
{
background-color: #848FF2;
}
</style>
border-color css
<style>
span { border-color: #848FF2; }
span { border-color: rgb(132,143,242); }
td.TdClassName
{
border-color: #848FF2;
}
.TagClassName
{
border-color: #848FF2;
}
</style>