Shades of Portage #849DD5
Tints of Portage #849DD5
RGB
CMYK
RGB Variations
Color information
#849DD5 (or 0x849DD5) is known color: Portage. HEX triplet: 84, 9D and D5. RGB value is (132,157,213). Sum of RGB (Red+Green+Blue) = 132+157+213=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #849DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DD5 is #7B622A. Grayscale: #9B9B9B. Windows color (decimal): -8086059 or 13999492. OLE color: 13999492.
HSL color Cylindrical-coordinate representation of color #849DD5: hue angle of 221.48º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849DD5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 157 | 213 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.16 |
| HSL | 221.48º | 0.49% | 0.68% | - |
| HSV(B) | 221.48º | 0.38% | 0.84% | - |
| XYZ | 33.58 | 33.82 | 67.71 | - |
| YUV | 155.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 213 | 0.38 | 0.26 | 0 | 0.16 | 221.48 | 0.49 | 0.68 |
| Hex | 84 | 9D | D5 | 26 | 1A | 0 | 10 | DD | 31 | 44 |
| Octal | 204 | 235 | 325 | 46 | 32 | 0 | 20 | 335 | 61 | 104 |
| Binary | 10000100 | 10011101 | 11010101 | 100110 | 11010 | 0 | 10000 | 11011101 | 110001 | 1000100 |
Color Harmonies of #849DD5
Complementary color
Monochromatic Colors of #849DD5
Black with #849DD5
Text Example
Text Example
White with #849DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DD5; }
p { color: rgb(132,157,213); }
H1.HeaderClassName
{
color: #849DD5;
}
.AnyTagClassName
{
color: #849DD5;
}
</style>
background-color css
<style>
a { background-color: #849DD5; }
a { background-color: rgb(132,157,213); }
div.DivClassName
{
background-color: #849DD5;
}
.BgClassName
{
background-color: #849DD5;
}
</style>
border-color css
<style>
span { border-color: #849DD5; }
span { border-color: rgb(132,157,213); }
td.TdClassName
{
border-color: #849DD5;
}
.TagClassName
{
border-color: #849DD5;
}
</style>