Shades of Portage #849BDA
Tints of Portage #849BDA
RGB
CMYK
RGB Variations
Color information
#849BDA (or 0x849BDA) is known color: Portage. HEX triplet: 84, 9B and DA. RGB value is (132,155,218). Sum of RGB (Red+Green+Blue) = 132+155+218=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #849BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDA is #7B6425. Grayscale: #9B9B9B. Windows color (decimal): -8086566 or 14326660. OLE color: 14326660.
HSL color Cylindrical-coordinate representation of color #849BDA: hue angle of 223.95º 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 #849BDA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 155 | 218 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.15 |
| HSL | 223.95º | 0.54% | 0.69% | - |
| HSV(B) | 223.95º | 0.39% | 0.85% | - |
| XYZ | 33.89 | 33.41 | 70.99 | - |
| YUV | 155.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 218 | 0.39 | 0.29 | 0 | 0.15 | 223.95 | 0.54 | 0.69 |
| Hex | 84 | 9B | DA | 27 | 1D | 0 | F | E0 | 36 | 45 |
| Octal | 204 | 233 | 332 | 47 | 35 | 0 | 17 | 340 | 66 | 105 |
| Binary | 10000100 | 10011011 | 11011010 | 100111 | 11101 | 0 | 1111 | 11100000 | 110110 | 1000101 |
Color Harmonies of #849BDA
Complementary color
Monochromatic Colors of #849BDA
Black with #849BDA
Text Example
Text Example
White with #849BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BDA; }
p { color: rgb(132,155,218); }
H1.HeaderClassName
{
color: #849BDA;
}
.AnyTagClassName
{
color: #849BDA;
}
</style>
background-color css
<style>
a { background-color: #849BDA; }
a { background-color: rgb(132,155,218); }
div.DivClassName
{
background-color: #849BDA;
}
.BgClassName
{
background-color: #849BDA;
}
</style>
border-color css
<style>
span { border-color: #849BDA; }
span { border-color: rgb(132,155,218); }
td.TdClassName
{
border-color: #849BDA;
}
.TagClassName
{
border-color: #849BDA;
}
</style>