Shades of Portage #848FEE
Tints of Portage #848FEE
RGB
CMYK
RGB Variations
Color information
#848FEE (or 0x848FEE) is known color: Portage. HEX triplet: 84, 8F and EE. RGB value is (132,143,238). Sum of RGB (Red+Green+Blue) = 132+143+238=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #848FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FEE is #7B7011. Grayscale: #969696. Windows color (decimal): -8089618 or 15634308. OLE color: 15634308.
HSL color Cylindrical-coordinate representation of color #848FEE: hue angle of 233.77º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #848FEE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 143 | 238 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.07 |
| HSL | 233.77º | 0.76% | 0.73% | - |
| HSV(B) | 233.77º | 0.45% | 0.93% | - |
| XYZ | 34.77 | 30.72 | 84.99 | - |
| YUV | 150.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 238 | 0.45 | 0.40 | 0 | 0.07 | 233.77 | 0.76 | 0.73 |
| Hex | 84 | 8F | EE | 2D | 28 | 0 | 7 | EA | 4C | 49 |
| Octal | 204 | 217 | 356 | 55 | 50 | 0 | 7 | 352 | 114 | 111 |
| Binary | 10000100 | 10001111 | 11101110 | 101101 | 101000 | 0 | 111 | 11101010 | 1001100 | 1001001 |
Color Harmonies of #848FEE
Complementary color
Monochromatic Colors of #848FEE
Black with #848FEE
Text Example
Text Example
White with #848FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FEE; }
p { color: rgb(132,143,238); }
H1.HeaderClassName
{
color: #848FEE;
}
.AnyTagClassName
{
color: #848FEE;
}
</style>
background-color css
<style>
a { background-color: #848FEE; }
a { background-color: rgb(132,143,238); }
div.DivClassName
{
background-color: #848FEE;
}
.BgClassName
{
background-color: #848FEE;
}
</style>
border-color css
<style>
span { border-color: #848FEE; }
span { border-color: rgb(132,143,238); }
td.TdClassName
{
border-color: #848FEE;
}
.TagClassName
{
border-color: #848FEE;
}
</style>