Shades of Portage #849BDF
Tints of Portage #849BDF
RGB
CMYK
RGB Variations
Color information
#849BDF (or 0x849BDF) is known color: Portage. HEX triplet: 84, 9B and DF. RGB value is (132,155,223). Sum of RGB (Red+Green+Blue) = 132+155+223=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #849BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDF is #7B6420. Grayscale: #9B9B9B. Windows color (decimal): -8086561 or 14654340. OLE color: 14654340.
HSL color Cylindrical-coordinate representation of color #849BDF: hue angle of 224.84º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849BDF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 155 | 223 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.13 |
| HSL | 224.84º | 0.59% | 0.7% | - |
| HSV(B) | 224.84º | 0.41% | 0.87% | - |
| XYZ | 34.56 | 33.68 | 74.49 | - |
| YUV | 155.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 223 | 0.41 | 0.30 | 0 | 0.13 | 224.84 | 0.59 | 0.7 |
| Hex | 84 | 9B | DF | 29 | 1E | 0 | D | E1 | 3B | 46 |
| Octal | 204 | 233 | 337 | 51 | 36 | 0 | 15 | 341 | 73 | 106 |
| Binary | 10000100 | 10011011 | 11011111 | 101001 | 11110 | 0 | 1101 | 11100001 | 111011 | 1000110 |
Color Harmonies of #849BDF
Complementary color
Monochromatic Colors of #849BDF
Black with #849BDF
Text Example
Text Example
White with #849BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BDF; }
p { color: rgb(132,155,223); }
H1.HeaderClassName
{
color: #849BDF;
}
.AnyTagClassName
{
color: #849BDF;
}
</style>
background-color css
<style>
a { background-color: #849BDF; }
a { background-color: rgb(132,155,223); }
div.DivClassName
{
background-color: #849BDF;
}
.BgClassName
{
background-color: #849BDF;
}
</style>
border-color css
<style>
span { border-color: #849BDF; }
span { border-color: rgb(132,155,223); }
td.TdClassName
{
border-color: #849BDF;
}
.TagClassName
{
border-color: #849BDF;
}
</style>