Shades of Portage #849FDA
Tints of Portage #849FDA
RGB
CMYK
RGB Variations
Color information
#849FDA (or 0x849FDA) is known color: Portage. HEX triplet: 84, 9F and DA. RGB value is (132,159,218). Sum of RGB (Red+Green+Blue) = 132+159+218=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #849FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FDA is #7B6025. Grayscale: #9D9D9D. Windows color (decimal): -8085542 or 14327684. OLE color: 14327684.
HSL color Cylindrical-coordinate representation of color #849FDA: hue angle of 221.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849FDA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 159 | 218 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.15 |
| HSL | 221.16º | 0.54% | 0.69% | - |
| HSV(B) | 221.16º | 0.39% | 0.85% | - |
| XYZ | 34.57 | 34.76 | 71.22 | - |
| YUV | 157.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 218 | 0.39 | 0.27 | 0 | 0.15 | 221.16 | 0.54 | 0.69 |
| Hex | 84 | 9F | DA | 27 | 1B | 0 | F | DD | 36 | 45 |
| Octal | 204 | 237 | 332 | 47 | 33 | 0 | 17 | 335 | 66 | 105 |
| Binary | 10000100 | 10011111 | 11011010 | 100111 | 11011 | 0 | 1111 | 11011101 | 110110 | 1000101 |
Color Harmonies of #849FDA
Complementary color
Monochromatic Colors of #849FDA
Black with #849FDA
Text Example
Text Example
White with #849FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FDA; }
p { color: rgb(132,159,218); }
H1.HeaderClassName
{
color: #849FDA;
}
.AnyTagClassName
{
color: #849FDA;
}
</style>
background-color css
<style>
a { background-color: #849FDA; }
a { background-color: rgb(132,159,218); }
div.DivClassName
{
background-color: #849FDA;
}
.BgClassName
{
background-color: #849FDA;
}
</style>
border-color css
<style>
span { border-color: #849FDA; }
span { border-color: rgb(132,159,218); }
td.TdClassName
{
border-color: #849FDA;
}
.TagClassName
{
border-color: #849FDA;
}
</style>