Shades of Portage #848FDF
Tints of Portage #848FDF
RGB
CMYK
RGB Variations
Color information
#848FDF (or 0x848FDF) is known color: Portage. HEX triplet: 84, 8F and DF. RGB value is (132,143,223). Sum of RGB (Red+Green+Blue) = 132+143+223=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #848FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDF is #7B7020. Grayscale: #949494. Windows color (decimal): -8089633 or 14651268. OLE color: 14651268.
HSL color Cylindrical-coordinate representation of color #848FDF: hue angle of 232.75º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848FDF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 143 | 223 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.13 |
| HSL | 232.75º | 0.59% | 0.7% | - |
| HSV(B) | 232.75º | 0.41% | 0.87% | - |
| XYZ | 32.66 | 29.88 | 73.86 | - |
| YUV | 148.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 223 | 0.41 | 0.36 | 0 | 0.13 | 232.75 | 0.59 | 0.7 |
| Hex | 84 | 8F | DF | 29 | 24 | 0 | D | E9 | 3B | 46 |
| Octal | 204 | 217 | 337 | 51 | 44 | 0 | 15 | 351 | 73 | 106 |
| Binary | 10000100 | 10001111 | 11011111 | 101001 | 100100 | 0 | 1101 | 11101001 | 111011 | 1000110 |
Color Harmonies of #848FDF
Complementary color
Monochromatic Colors of #848FDF
Black with #848FDF
Text Example
Text Example
White with #848FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FDF; }
p { color: rgb(132,143,223); }
H1.HeaderClassName
{
color: #848FDF;
}
.AnyTagClassName
{
color: #848FDF;
}
</style>
background-color css
<style>
a { background-color: #848FDF; }
a { background-color: rgb(132,143,223); }
div.DivClassName
{
background-color: #848FDF;
}
.BgClassName
{
background-color: #848FDF;
}
</style>
border-color css
<style>
span { border-color: #848FDF; }
span { border-color: rgb(132,143,223); }
td.TdClassName
{
border-color: #848FDF;
}
.TagClassName
{
border-color: #848FDF;
}
</style>