Shades of Portage #848FCD
Tints of Portage #848FCD
RGB
CMYK
RGB Variations
Color information
#848FCD (or 0x848FCD) is known color: Portage. HEX triplet: 84, 8F and CD. RGB value is (132,143,205). Sum of RGB (Red+Green+Blue) = 132+143+205=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #848FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FCD is #7B7032. Grayscale: #929292. Windows color (decimal): -8089651 or 13471620. OLE color: 13471620.
HSL color Cylindrical-coordinate representation of color #848FCD: hue angle of 230.96º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848FCD is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 143 | 205 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.20 |
| HSL | 230.96º | 0.42% | 0.66% | - |
| HSV(B) | 230.96º | 0.36% | 0.8% | - |
| XYZ | 30.36 | 28.96 | 61.75 | - |
| YUV | 146.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 205 | 0.36 | 0.30 | 0 | 0.20 | 230.96 | 0.42 | 0.66 |
| Hex | 84 | 8F | CD | 24 | 1E | 0 | 14 | E7 | 2A | 42 |
| Octal | 204 | 217 | 315 | 44 | 36 | 0 | 24 | 347 | 52 | 102 |
| Binary | 10000100 | 10001111 | 11001101 | 100100 | 11110 | 0 | 10100 | 11100111 | 101010 | 1000010 |
Color Harmonies of #848FCD
Complementary color
Monochromatic Colors of #848FCD
Black with #848FCD
Text Example
Text Example
White with #848FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FCD; }
p { color: rgb(132,143,205); }
H1.HeaderClassName
{
color: #848FCD;
}
.AnyTagClassName
{
color: #848FCD;
}
</style>
background-color css
<style>
a { background-color: #848FCD; }
a { background-color: rgb(132,143,205); }
div.DivClassName
{
background-color: #848FCD;
}
.BgClassName
{
background-color: #848FCD;
}
</style>
border-color css
<style>
span { border-color: #848FCD; }
span { border-color: rgb(132,143,205); }
td.TdClassName
{
border-color: #848FCD;
}
.TagClassName
{
border-color: #848FCD;
}
</style>