Shades of Portage #849AF4
Tints of Portage #849AF4
RGB
CMYK
RGB Variations
Color information
#849AF4 (or 0x849AF4) is known color: Portage. HEX triplet: 84, 9A and F4. RGB value is (132,154,244). Sum of RGB (Red+Green+Blue) = 132+154+244=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #849AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AF4 is #7B650B. Grayscale: #9D9D9D. Windows color (decimal): -8086796 or 16030340. OLE color: 16030340.
HSL color Cylindrical-coordinate representation of color #849AF4: hue angle of 228.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #849AF4 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 154 | 244 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.04 |
| HSL | 228.21º | 0.84% | 0.74% | - |
| HSV(B) | 228.21º | 0.46% | 0.96% | - |
| XYZ | 37.4 | 34.55 | 90.29 | - |
| YUV | 157.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 244 | 0.46 | 0.37 | 0 | 0.04 | 228.21 | 0.84 | 0.74 |
| Hex | 84 | 9A | F4 | 2E | 25 | 0 | 4 | E4 | 54 | 4A |
| Octal | 204 | 232 | 364 | 56 | 45 | 0 | 4 | 344 | 124 | 112 |
| Binary | 10000100 | 10011010 | 11110100 | 101110 | 100101 | 0 | 100 | 11100100 | 1010100 | 1001010 |
Color Harmonies of #849AF4
Complementary color
Monochromatic Colors of #849AF4
Black with #849AF4
Text Example
Text Example
White with #849AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AF4; }
p { color: rgb(132,154,244); }
H1.HeaderClassName
{
color: #849AF4;
}
.AnyTagClassName
{
color: #849AF4;
}
</style>
background-color css
<style>
a { background-color: #849AF4; }
a { background-color: rgb(132,154,244); }
div.DivClassName
{
background-color: #849AF4;
}
.BgClassName
{
background-color: #849AF4;
}
</style>
border-color css
<style>
span { border-color: #849AF4; }
span { border-color: rgb(132,154,244); }
td.TdClassName
{
border-color: #849AF4;
}
.TagClassName
{
border-color: #849AF4;
}
</style>