Shades of Portage #849BED
Tints of Portage #849BED
RGB
CMYK
RGB Variations
Color information
#849BED (or 0x849BED) is known color: Portage. HEX triplet: 84, 9B and ED. RGB value is (132,155,237). Sum of RGB (Red+Green+Blue) = 132+155+237=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #849BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849BED is #7B6412. Grayscale: #9D9D9D. Windows color (decimal): -8086547 or 15571844. OLE color: 15571844.
HSL color Cylindrical-coordinate representation of color #849BED: hue angle of 226.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849BED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 155 | 237 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 226.86º | 0.74% | 0.72% | - |
| HSV(B) | 226.86º | 0.44% | 0.93% | - |
| XYZ | 36.52 | 34.46 | 84.85 | - |
| YUV | 157.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 237 | 0.44 | 0.35 | 0 | 0.07 | 226.86 | 0.74 | 0.72 |
| Hex | 84 | 9B | ED | 2C | 23 | 0 | 7 | E3 | 4A | 48 |
| Octal | 204 | 233 | 355 | 54 | 43 | 0 | 7 | 343 | 112 | 110 |
| Binary | 10000100 | 10011011 | 11101101 | 101100 | 100011 | 0 | 111 | 11100011 | 1001010 | 1001000 |
Color Harmonies of #849BED
Complementary color
Monochromatic Colors of #849BED
Black with #849BED
Text Example
Text Example
White with #849BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BED; }
p { color: rgb(132,155,237); }
H1.HeaderClassName
{
color: #849BED;
}
.AnyTagClassName
{
color: #849BED;
}
</style>
background-color css
<style>
a { background-color: #849BED; }
a { background-color: rgb(132,155,237); }
div.DivClassName
{
background-color: #849BED;
}
.BgClassName
{
background-color: #849BED;
}
</style>
border-color css
<style>
span { border-color: #849BED; }
span { border-color: rgb(132,155,237); }
td.TdClassName
{
border-color: #849BED;
}
.TagClassName
{
border-color: #849BED;
}
</style>