Shades of Portage #848FEF
Tints of Portage #848FEF
RGB
CMYK
RGB Variations
Color information
#848FEF (or 0x848FEF) is known color: Portage. HEX triplet: 84, 8F and EF. RGB value is (132,143,239). Sum of RGB (Red+Green+Blue) = 132+143+239=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #848FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FEF is #7B7010. Grayscale: #969696. Windows color (decimal): -8089617 or 15699844. OLE color: 15699844.
HSL color Cylindrical-coordinate representation of color #848FEF: hue angle of 233.83º 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 #848FEF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 143 | 239 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.06 |
| HSL | 233.83º | 0.77% | 0.73% | - |
| HSV(B) | 233.83º | 0.45% | 0.94% | - |
| XYZ | 34.92 | 30.78 | 85.76 | - |
| YUV | 150.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 239 | 0.45 | 0.40 | 0 | 0.06 | 233.83 | 0.77 | 0.73 |
| Hex | 84 | 8F | EF | 2D | 28 | 0 | 6 | EA | 4D | 49 |
| Octal | 204 | 217 | 357 | 55 | 50 | 0 | 6 | 352 | 115 | 111 |
| Binary | 10000100 | 10001111 | 11101111 | 101101 | 101000 | 0 | 110 | 11101010 | 1001101 | 1001001 |
Color Harmonies of #848FEF
Complementary color
Monochromatic Colors of #848FEF
Black with #848FEF
Text Example
Text Example
White with #848FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FEF; }
p { color: rgb(132,143,239); }
H1.HeaderClassName
{
color: #848FEF;
}
.AnyTagClassName
{
color: #848FEF;
}
</style>
background-color css
<style>
a { background-color: #848FEF; }
a { background-color: rgb(132,143,239); }
div.DivClassName
{
background-color: #848FEF;
}
.BgClassName
{
background-color: #848FEF;
}
</style>
border-color css
<style>
span { border-color: #848FEF; }
span { border-color: rgb(132,143,239); }
td.TdClassName
{
border-color: #848FEF;
}
.TagClassName
{
border-color: #848FEF;
}
</style>