Shades of Portage #848BED
Tints of Portage #848BED
RGB
CMYK
RGB Variations
Color information
#848BED (or 0x848BED) is known color: Portage. HEX triplet: 84, 8B and ED. RGB value is (132,139,237). Sum of RGB (Red+Green+Blue) = 132+139+237=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #848BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848BED is #7B7412. Grayscale: #939393. Windows color (decimal): -8090643 or 15567748. OLE color: 15567748.
HSL color Cylindrical-coordinate representation of color #848BED: hue angle of 236º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848BED is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 139 | 237 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.07 |
| HSL | 236º | 0.74% | 0.72% | - |
| HSV(B) | 236º | 0.44% | 0.93% | - |
| XYZ | 34.03 | 29.49 | 84.02 | - |
| YUV | 148.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 237 | 0.44 | 0.41 | 0 | 0.07 | 236 | 0.74 | 0.72 |
| Hex | 84 | 8B | ED | 2C | 29 | 0 | 7 | EC | 4A | 48 |
| Octal | 204 | 213 | 355 | 54 | 51 | 0 | 7 | 354 | 112 | 110 |
| Binary | 10000100 | 10001011 | 11101101 | 101100 | 101001 | 0 | 111 | 11101100 | 1001010 | 1001000 |
Color Harmonies of #848BED
Complementary color
Monochromatic Colors of #848BED
Black with #848BED
Text Example
Text Example
White with #848BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BED; }
p { color: rgb(132,139,237); }
H1.HeaderClassName
{
color: #848BED;
}
.AnyTagClassName
{
color: #848BED;
}
</style>
background-color css
<style>
a { background-color: #848BED; }
a { background-color: rgb(132,139,237); }
div.DivClassName
{
background-color: #848BED;
}
.BgClassName
{
background-color: #848BED;
}
</style>
border-color css
<style>
span { border-color: #848BED; }
span { border-color: rgb(132,139,237); }
td.TdClassName
{
border-color: #848BED;
}
.TagClassName
{
border-color: #848BED;
}
</style>