Shades of Portage #849AFB
Tints of Portage #849AFB
RGB
CMYK
RGB Variations
Color information
#849AFB (or 0x849AFB) is known color: Portage. HEX triplet: 84, 9A and FB. RGB value is (132,154,251). Sum of RGB (Red+Green+Blue) = 132+154+251=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #849AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AFB is #7B6504. Grayscale: #9E9E9E. Windows color (decimal): -8086789 or 16489092. OLE color: 16489092.
HSL color Cylindrical-coordinate representation of color #849AFB: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849AFB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 154 | 251 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.02 |
| HSL | 228.91º | 0.94% | 0.75% | - |
| HSV(B) | 228.91º | 0.47% | 0.98% | - |
| XYZ | 38.48 | 34.98 | 95.99 | - |
| YUV | 158.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 251 | 0.47 | 0.39 | 0 | 0.02 | 228.91 | 0.94 | 0.75 |
| Hex | 84 | 9A | FB | 2F | 27 | 0 | 2 | E5 | 5E | 4B |
| Octal | 204 | 232 | 373 | 57 | 47 | 0 | 2 | 345 | 136 | 113 |
| Binary | 10000100 | 10011010 | 11111011 | 101111 | 100111 | 0 | 10 | 11100101 | 1011110 | 1001011 |
Color Harmonies of #849AFB
Complementary color
Monochromatic Colors of #849AFB
Black with #849AFB
Text Example
Text Example
White with #849AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AFB; }
p { color: rgb(132,154,251); }
H1.HeaderClassName
{
color: #849AFB;
}
.AnyTagClassName
{
color: #849AFB;
}
</style>
background-color css
<style>
a { background-color: #849AFB; }
a { background-color: rgb(132,154,251); }
div.DivClassName
{
background-color: #849AFB;
}
.BgClassName
{
background-color: #849AFB;
}
</style>
border-color css
<style>
span { border-color: #849AFB; }
span { border-color: rgb(132,154,251); }
td.TdClassName
{
border-color: #849AFB;
}
.TagClassName
{
border-color: #849AFB;
}
</style>