Shades of Portage #8488CE
Tints of Portage #8488CE
RGB
CMYK
RGB Variations
Color information
#8488CE (or 0x8488CE) is known color: Portage. HEX triplet: 84, 88 and CE. RGB value is (132,136,206). Sum of RGB (Red+Green+Blue) = 132+136+206=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8488CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488CE is #7B7731. Grayscale: #8E8E8E. Windows color (decimal): -8091442 or 13535364. OLE color: 13535364.
HSL color Cylindrical-coordinate representation of color #8488CE: hue angle of 236.76º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8488CE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 136 | 206 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.19 |
| HSL | 236.76º | 0.43% | 0.66% | - |
| HSV(B) | 236.76º | 0.36% | 0.81% | - |
| XYZ | 29.46 | 26.97 | 62.05 | - |
| YUV | 142.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 206 | 0.36 | 0.34 | 0 | 0.19 | 236.76 | 0.43 | 0.66 |
| Hex | 84 | 88 | CE | 24 | 22 | 0 | 13 | ED | 2B | 42 |
| Octal | 204 | 210 | 316 | 44 | 42 | 0 | 23 | 355 | 53 | 102 |
| Binary | 10000100 | 10001000 | 11001110 | 100100 | 100010 | 0 | 10011 | 11101101 | 101011 | 1000010 |
Color Harmonies of #8488CE
Complementary color
Monochromatic Colors of #8488CE
Black with #8488CE
Text Example
Text Example
White with #8488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8488CE; }
p { color: rgb(132,136,206); }
H1.HeaderClassName
{
color: #8488CE;
}
.AnyTagClassName
{
color: #8488CE;
}
</style>
background-color css
<style>
a { background-color: #8488CE; }
a { background-color: rgb(132,136,206); }
div.DivClassName
{
background-color: #8488CE;
}
.BgClassName
{
background-color: #8488CE;
}
</style>
border-color css
<style>
span { border-color: #8488CE; }
span { border-color: rgb(132,136,206); }
td.TdClassName
{
border-color: #8488CE;
}
.TagClassName
{
border-color: #8488CE;
}
</style>