Shades of Portage #848FE6
Tints of Portage #848FE6
RGB
CMYK
RGB Variations
Color information
#848FE6 (or 0x848FE6) is known color: Portage. HEX triplet: 84, 8F and E6. RGB value is (132,143,230). Sum of RGB (Red+Green+Blue) = 132+143+230=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #848FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FE6 is #7B7019. Grayscale: #959595. Windows color (decimal): -8089626 or 15110020. OLE color: 15110020.
HSL color Cylindrical-coordinate representation of color #848FE6: hue angle of 233.27º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848FE6 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 143 | 230 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.10 |
| HSL | 233.27º | 0.66% | 0.71% | - |
| HSV(B) | 233.27º | 0.43% | 0.9% | - |
| XYZ | 33.62 | 30.26 | 78.93 | - |
| YUV | 149.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 230 | 0.43 | 0.38 | 0 | 0.10 | 233.27 | 0.66 | 0.71 |
| Hex | 84 | 8F | E6 | 2B | 26 | 0 | A | E9 | 42 | 47 |
| Octal | 204 | 217 | 346 | 53 | 46 | 0 | 12 | 351 | 102 | 107 |
| Binary | 10000100 | 10001111 | 11100110 | 101011 | 100110 | 0 | 1010 | 11101001 | 1000010 | 1000111 |
Color Harmonies of #848FE6
Complementary color
Monochromatic Colors of #848FE6
Black with #848FE6
Text Example
Text Example
White with #848FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FE6; }
p { color: rgb(132,143,230); }
H1.HeaderClassName
{
color: #848FE6;
}
.AnyTagClassName
{
color: #848FE6;
}
</style>
background-color css
<style>
a { background-color: #848FE6; }
a { background-color: rgb(132,143,230); }
div.DivClassName
{
background-color: #848FE6;
}
.BgClassName
{
background-color: #848FE6;
}
</style>
border-color css
<style>
span { border-color: #848FE6; }
span { border-color: rgb(132,143,230); }
td.TdClassName
{
border-color: #848FE6;
}
.TagClassName
{
border-color: #848FE6;
}
</style>