Shades of Portage #849DF8
Tints of Portage #849DF8
RGB
CMYK
RGB Variations
Color information
#849DF8 (or 0x849DF8) is known color: Portage. HEX triplet: 84, 9D and F8. RGB value is (132,157,248). Sum of RGB (Red+Green+Blue) = 132+157+248=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #849DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DF8 is #7B6207. Grayscale: #9F9F9F. Windows color (decimal): -8086024 or 16293252. OLE color: 16293252.
HSL color Cylindrical-coordinate representation of color #849DF8: hue angle of 227.07º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849DF8 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 157 | 248 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.03 |
| HSL | 227.07º | 0.89% | 0.75% | - |
| HSV(B) | 227.07º | 0.47% | 0.97% | - |
| XYZ | 38.52 | 35.8 | 93.69 | - |
| YUV | 159.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 248 | 0.47 | 0.37 | 0 | 0.03 | 227.07 | 0.89 | 0.75 |
| Hex | 84 | 9D | F8 | 2F | 25 | 0 | 3 | E3 | 59 | 4B |
| Octal | 204 | 235 | 370 | 57 | 45 | 0 | 3 | 343 | 131 | 113 |
| Binary | 10000100 | 10011101 | 11111000 | 101111 | 100101 | 0 | 11 | 11100011 | 1011001 | 1001011 |
Color Harmonies of #849DF8
Complementary color
Monochromatic Colors of #849DF8
Black with #849DF8
Text Example
Text Example
White with #849DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DF8; }
p { color: rgb(132,157,248); }
H1.HeaderClassName
{
color: #849DF8;
}
.AnyTagClassName
{
color: #849DF8;
}
</style>
background-color css
<style>
a { background-color: #849DF8; }
a { background-color: rgb(132,157,248); }
div.DivClassName
{
background-color: #849DF8;
}
.BgClassName
{
background-color: #849DF8;
}
</style>
border-color css
<style>
span { border-color: #849DF8; }
span { border-color: rgb(132,157,248); }
td.TdClassName
{
border-color: #849DF8;
}
.TagClassName
{
border-color: #849DF8;
}
</style>