Shades of Portage #8488EE
Tints of Portage #8488EE
RGB
CMYK
RGB Variations
Color information
#8488EE (or 0x8488EE) is known color: Portage. HEX triplet: 84, 88 and EE. RGB value is (132,136,238). Sum of RGB (Red+Green+Blue) = 132+136+238=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #8488EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488EE is #7B7711. Grayscale: #929292. Windows color (decimal): -8091410 or 15632516. OLE color: 15632516.
HSL color Cylindrical-coordinate representation of color #8488EE: hue angle of 237.74º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8488EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 136 | 238 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.07 |
| HSL | 237.74º | 0.76% | 0.73% | - |
| HSV(B) | 237.74º | 0.45% | 0.93% | - |
| XYZ | 33.75 | 28.69 | 84.65 | - |
| YUV | 146.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 238 | 0.45 | 0.43 | 0 | 0.07 | 237.74 | 0.76 | 0.73 |
| Hex | 84 | 88 | EE | 2D | 2B | 0 | 7 | EE | 4C | 49 |
| Octal | 204 | 210 | 356 | 55 | 53 | 0 | 7 | 356 | 114 | 111 |
| Binary | 10000100 | 10001000 | 11101110 | 101101 | 101011 | 0 | 111 | 11101110 | 1001100 | 1001001 |
Color Harmonies of #8488EE
Complementary color
Monochromatic Colors of #8488EE
Black with #8488EE
Text Example
Text Example
White with #8488EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8488EE; }
p { color: rgb(132,136,238); }
H1.HeaderClassName
{
color: #8488EE;
}
.AnyTagClassName
{
color: #8488EE;
}
</style>
background-color css
<style>
a { background-color: #8488EE; }
a { background-color: rgb(132,136,238); }
div.DivClassName
{
background-color: #8488EE;
}
.BgClassName
{
background-color: #8488EE;
}
</style>
border-color css
<style>
span { border-color: #8488EE; }
span { border-color: rgb(132,136,238); }
td.TdClassName
{
border-color: #8488EE;
}
.TagClassName
{
border-color: #8488EE;
}
</style>