Shades of Portage #848ADF
Tints of Portage #848ADF
RGB
CMYK
RGB Variations
Color information
#848ADF (or 0x848ADF) is known color: Portage. HEX triplet: 84, 8A and DF. RGB value is (132,138,223). Sum of RGB (Red+Green+Blue) = 132+138+223=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #848ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADF is #7B7520. Grayscale: #919191. Windows color (decimal): -8090913 or 14649988. OLE color: 14649988.
HSL color Cylindrical-coordinate representation of color #848ADF: hue angle of 236.04º 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 #848ADF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 138 | 223 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.13 |
| HSL | 236.04º | 0.59% | 0.7% | - |
| HSV(B) | 236.04º | 0.41% | 0.87% | - |
| XYZ | 31.92 | 28.41 | 73.61 | - |
| YUV | 145.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 223 | 0.41 | 0.38 | 0 | 0.13 | 236.04 | 0.59 | 0.7 |
| Hex | 84 | 8A | DF | 29 | 26 | 0 | D | EC | 3B | 46 |
| Octal | 204 | 212 | 337 | 51 | 46 | 0 | 15 | 354 | 73 | 106 |
| Binary | 10000100 | 10001010 | 11011111 | 101001 | 100110 | 0 | 1101 | 11101100 | 111011 | 1000110 |
Color Harmonies of #848ADF
Complementary color
Monochromatic Colors of #848ADF
Black with #848ADF
Text Example
Text Example
White with #848ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ADF; }
p { color: rgb(132,138,223); }
H1.HeaderClassName
{
color: #848ADF;
}
.AnyTagClassName
{
color: #848ADF;
}
</style>
background-color css
<style>
a { background-color: #848ADF; }
a { background-color: rgb(132,138,223); }
div.DivClassName
{
background-color: #848ADF;
}
.BgClassName
{
background-color: #848ADF;
}
</style>
border-color css
<style>
span { border-color: #848ADF; }
span { border-color: rgb(132,138,223); }
td.TdClassName
{
border-color: #848ADF;
}
.TagClassName
{
border-color: #848ADF;
}
</style>