Shades of Portage #848BF2
Tints of Portage #848BF2
RGB
CMYK
RGB Variations
Color information
#848BF2 (or 0x848BF2) is known color: Portage. HEX triplet: 84, 8B and F2. RGB value is (132,139,242). Sum of RGB (Red+Green+Blue) = 132+139+242=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #848BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848BF2 is #7B740D. Grayscale: #949494. Windows color (decimal): -8090638 or 15895428. OLE color: 15895428.
HSL color Cylindrical-coordinate representation of color #848BF2: hue angle of 236.18º 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 #848BF2 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 139 | 242 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.05 |
| HSL | 236.18º | 0.81% | 0.73% | - |
| HSV(B) | 236.18º | 0.45% | 0.95% | - |
| XYZ | 34.78 | 29.78 | 87.92 | - |
| YUV | 148.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 242 | 0.45 | 0.43 | 0 | 0.05 | 236.18 | 0.81 | 0.73 |
| Hex | 84 | 8B | F2 | 2D | 2B | 0 | 5 | EC | 51 | 49 |
| Octal | 204 | 213 | 362 | 55 | 53 | 0 | 5 | 354 | 121 | 111 |
| Binary | 10000100 | 10001011 | 11110010 | 101101 | 101011 | 0 | 101 | 11101100 | 1010001 | 1001001 |
Color Harmonies of #848BF2
Complementary color
Monochromatic Colors of #848BF2
Black with #848BF2
Text Example
Text Example
White with #848BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BF2; }
p { color: rgb(132,139,242); }
H1.HeaderClassName
{
color: #848BF2;
}
.AnyTagClassName
{
color: #848BF2;
}
</style>
background-color css
<style>
a { background-color: #848BF2; }
a { background-color: rgb(132,139,242); }
div.DivClassName
{
background-color: #848BF2;
}
.BgClassName
{
background-color: #848BF2;
}
</style>
border-color css
<style>
span { border-color: #848BF2; }
span { border-color: rgb(132,139,242); }
td.TdClassName
{
border-color: #848BF2;
}
.TagClassName
{
border-color: #848BF2;
}
</style>