Shades of Portage #848BCB
Tints of Portage #848BCB
RGB
CMYK
RGB Variations
Color information
#848BCB (or 0x848BCB) is known color: Portage. HEX triplet: 84, 8B and CB. RGB value is (132,139,203). Sum of RGB (Red+Green+Blue) = 132+139+203=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #848BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BCB is #7B7434. Grayscale: #8F8F8F. Windows color (decimal): -8090677 or 13339524. OLE color: 13339524.
HSL color Cylindrical-coordinate representation of color #848BCB: hue angle of 234.08º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848BCB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 139 | 203 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.20 |
| HSL | 234.08º | 0.41% | 0.66% | - |
| HSV(B) | 234.08º | 0.35% | 0.8% | - |
| XYZ | 29.53 | 27.68 | 60.29 | - |
| YUV | 144.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 203 | 0.35 | 0.32 | 0 | 0.20 | 234.08 | 0.41 | 0.66 |
| Hex | 84 | 8B | CB | 23 | 20 | 0 | 14 | EA | 29 | 42 |
| Octal | 204 | 213 | 313 | 43 | 40 | 0 | 24 | 352 | 51 | 102 |
| Binary | 10000100 | 10001011 | 11001011 | 100011 | 100000 | 0 | 10100 | 11101010 | 101001 | 1000010 |
Color Harmonies of #848BCB
Complementary color
Monochromatic Colors of #848BCB
Black with #848BCB
Text Example
Text Example
White with #848BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BCB; }
p { color: rgb(132,139,203); }
H1.HeaderClassName
{
color: #848BCB;
}
.AnyTagClassName
{
color: #848BCB;
}
</style>
background-color css
<style>
a { background-color: #848BCB; }
a { background-color: rgb(132,139,203); }
div.DivClassName
{
background-color: #848BCB;
}
.BgClassName
{
background-color: #848BCB;
}
</style>
border-color css
<style>
span { border-color: #848BCB; }
span { border-color: rgb(132,139,203); }
td.TdClassName
{
border-color: #848BCB;
}
.TagClassName
{
border-color: #848BCB;
}
</style>