Shades of Portage #848FD2
Tints of Portage #848FD2
RGB
CMYK
RGB Variations
Color information
#848FD2 (or 0x848FD2) is known color: Portage. HEX triplet: 84, 8F and D2. RGB value is (132,143,210). Sum of RGB (Red+Green+Blue) = 132+143+210=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #848FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FD2 is #7B702D. Grayscale: #939393. Windows color (decimal): -8089646 or 13799300. OLE color: 13799300.
HSL color Cylindrical-coordinate representation of color #848FD2: hue angle of 231.54º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848FD2 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 143 | 210 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.18 |
| HSL | 231.54º | 0.46% | 0.67% | - |
| HSV(B) | 231.54º | 0.37% | 0.82% | - |
| XYZ | 30.97 | 29.2 | 64.98 | - |
| YUV | 147.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 210 | 0.37 | 0.32 | 0 | 0.18 | 231.54 | 0.46 | 0.67 |
| Hex | 84 | 8F | D2 | 25 | 20 | 0 | 12 | E8 | 2E | 43 |
| Octal | 204 | 217 | 322 | 45 | 40 | 0 | 22 | 350 | 56 | 103 |
| Binary | 10000100 | 10001111 | 11010010 | 100101 | 100000 | 0 | 10010 | 11101000 | 101110 | 1000011 |
Color Harmonies of #848FD2
Complementary color
Monochromatic Colors of #848FD2
Black with #848FD2
Text Example
Text Example
White with #848FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FD2; }
p { color: rgb(132,143,210); }
H1.HeaderClassName
{
color: #848FD2;
}
.AnyTagClassName
{
color: #848FD2;
}
</style>
background-color css
<style>
a { background-color: #848FD2; }
a { background-color: rgb(132,143,210); }
div.DivClassName
{
background-color: #848FD2;
}
.BgClassName
{
background-color: #848FD2;
}
</style>
border-color css
<style>
span { border-color: #848FD2; }
span { border-color: rgb(132,143,210); }
td.TdClassName
{
border-color: #848FD2;
}
.TagClassName
{
border-color: #848FD2;
}
</style>