Shades of Portage #848BEF
Tints of Portage #848BEF
RGB
CMYK
RGB Variations
Color information
#848BEF (or 0x848BEF) is known color: Portage. HEX triplet: 84, 8B and EF. RGB value is (132,139,239). Sum of RGB (Red+Green+Blue) = 132+139+239=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #848BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848BEF is #7B7410. Grayscale: #939393. Windows color (decimal): -8090641 or 15698820. OLE color: 15698820.
HSL color Cylindrical-coordinate representation of color #848BEF: hue angle of 236.07º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #848BEF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 139 | 239 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.06 |
| HSL | 236.07º | 0.77% | 0.73% | - |
| HSV(B) | 236.07º | 0.45% | 0.94% | - |
| XYZ | 34.33 | 29.6 | 85.57 | - |
| YUV | 148.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 239 | 0.45 | 0.42 | 0 | 0.06 | 236.07 | 0.77 | 0.73 |
| Hex | 84 | 8B | EF | 2D | 2A | 0 | 6 | EC | 4D | 49 |
| Octal | 204 | 213 | 357 | 55 | 52 | 0 | 6 | 354 | 115 | 111 |
| Binary | 10000100 | 10001011 | 11101111 | 101101 | 101010 | 0 | 110 | 11101100 | 1001101 | 1001001 |
Color Harmonies of #848BEF
Complementary color
Monochromatic Colors of #848BEF
Black with #848BEF
Text Example
Text Example
White with #848BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BEF; }
p { color: rgb(132,139,239); }
H1.HeaderClassName
{
color: #848BEF;
}
.AnyTagClassName
{
color: #848BEF;
}
</style>
background-color css
<style>
a { background-color: #848BEF; }
a { background-color: rgb(132,139,239); }
div.DivClassName
{
background-color: #848BEF;
}
.BgClassName
{
background-color: #848BEF;
}
</style>
border-color css
<style>
span { border-color: #848BEF; }
span { border-color: rgb(132,139,239); }
td.TdClassName
{
border-color: #848BEF;
}
.TagClassName
{
border-color: #848BEF;
}
</style>