Shades of Portage #849CFD
Tints of Portage #849CFD
RGB
CMYK
RGB Variations
Color information
#849CFD (or 0x849CFD) is known color: Portage. HEX triplet: 84, 9C and FD. RGB value is (132,156,253). Sum of RGB (Red+Green+Blue) = 132+156+253=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #849CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CFD is #7B6302. Grayscale: #9F9F9F. Windows color (decimal): -8086275 or 16620676. OLE color: 16620676.
HSL color Cylindrical-coordinate representation of color #849CFD: hue angle of 228.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849CFD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 156 | 253 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 228.1º | 0.97% | 0.75% | - |
| HSV(B) | 228.1º | 0.48% | 0.99% | - |
| XYZ | 39.13 | 35.77 | 97.77 | - |
| YUV | 159.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 253 | 0.48 | 0.38 | 0 | 0.01 | 228.1 | 0.97 | 0.75 |
| Hex | 84 | 9C | FD | 30 | 26 | 0 | 1 | E4 | 61 | 4B |
| Octal | 204 | 234 | 375 | 60 | 46 | 0 | 1 | 344 | 141 | 113 |
| Binary | 10000100 | 10011100 | 11111101 | 110000 | 100110 | 0 | 1 | 11100100 | 1100001 | 1001011 |
Color Harmonies of #849CFD
Complementary color
Monochromatic Colors of #849CFD
Black with #849CFD
Text Example
Text Example
White with #849CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CFD; }
p { color: rgb(132,156,253); }
H1.HeaderClassName
{
color: #849CFD;
}
.AnyTagClassName
{
color: #849CFD;
}
</style>
background-color css
<style>
a { background-color: #849CFD; }
a { background-color: rgb(132,156,253); }
div.DivClassName
{
background-color: #849CFD;
}
.BgClassName
{
background-color: #849CFD;
}
</style>
border-color css
<style>
span { border-color: #849CFD; }
span { border-color: rgb(132,156,253); }
td.TdClassName
{
border-color: #849CFD;
}
.TagClassName
{
border-color: #849CFD;
}
</style>