Shades of Portage #849CEE
Tints of Portage #849CEE
RGB
CMYK
RGB Variations
Color information
#849CEE (or 0x849CEE) is known color: Portage. HEX triplet: 84, 9C and EE. RGB value is (132,156,238). Sum of RGB (Red+Green+Blue) = 132+156+238=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #849CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CEE is #7B6311. Grayscale: #9D9D9D. Windows color (decimal): -8086290 or 15637636. OLE color: 15637636.
HSL color Cylindrical-coordinate representation of color #849CEE: hue angle of 226.42º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849CEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 156 | 238 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.07 |
| HSL | 226.42º | 0.76% | 0.73% | - |
| HSV(B) | 226.42º | 0.45% | 0.93% | - |
| XYZ | 36.84 | 34.86 | 85.68 | - |
| YUV | 158.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 238 | 0.45 | 0.34 | 0 | 0.07 | 226.42 | 0.76 | 0.73 |
| Hex | 84 | 9C | EE | 2D | 22 | 0 | 7 | E2 | 4C | 49 |
| Octal | 204 | 234 | 356 | 55 | 42 | 0 | 7 | 342 | 114 | 111 |
| Binary | 10000100 | 10011100 | 11101110 | 101101 | 100010 | 0 | 111 | 11100010 | 1001100 | 1001001 |
Color Harmonies of #849CEE
Complementary color
Monochromatic Colors of #849CEE
Black with #849CEE
Text Example
Text Example
White with #849CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CEE; }
p { color: rgb(132,156,238); }
H1.HeaderClassName
{
color: #849CEE;
}
.AnyTagClassName
{
color: #849CEE;
}
</style>
background-color css
<style>
a { background-color: #849CEE; }
a { background-color: rgb(132,156,238); }
div.DivClassName
{
background-color: #849CEE;
}
.BgClassName
{
background-color: #849CEE;
}
</style>
border-color css
<style>
span { border-color: #849CEE; }
span { border-color: rgb(132,156,238); }
td.TdClassName
{
border-color: #849CEE;
}
.TagClassName
{
border-color: #849CEE;
}
</style>