Shades of Portage #8488DD
Tints of Portage #8488DD
RGB
CMYK
RGB Variations
Color information
#8488DD (or 0x8488DD) is known color: Portage. HEX triplet: 84, 88 and DD. RGB value is (132,136,221). Sum of RGB (Red+Green+Blue) = 132+136+221=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8488DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488DD is #7B7722. Grayscale: #909090. Windows color (decimal): -8091427 or 14518404. OLE color: 14518404.
HSL color Cylindrical-coordinate representation of color #8488DD: hue angle of 237.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8488DD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 136 | 221 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.13 |
| HSL | 237.3º | 0.57% | 0.69% | - |
| HSV(B) | 237.3º | 0.4% | 0.87% | - |
| XYZ | 31.37 | 27.73 | 72.11 | - |
| YUV | 144.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 221 | 0.40 | 0.38 | 0 | 0.13 | 237.3 | 0.57 | 0.69 |
| Hex | 84 | 88 | DD | 28 | 26 | 0 | D | ED | 39 | 45 |
| Octal | 204 | 210 | 335 | 50 | 46 | 0 | 15 | 355 | 71 | 105 |
| Binary | 10000100 | 10001000 | 11011101 | 101000 | 100110 | 0 | 1101 | 11101101 | 111001 | 1000101 |
Color Harmonies of #8488DD
Complementary color
Monochromatic Colors of #8488DD
Black with #8488DD
Text Example
Text Example
White with #8488DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8488DD; }
p { color: rgb(132,136,221); }
H1.HeaderClassName
{
color: #8488DD;
}
.AnyTagClassName
{
color: #8488DD;
}
</style>
background-color css
<style>
a { background-color: #8488DD; }
a { background-color: rgb(132,136,221); }
div.DivClassName
{
background-color: #8488DD;
}
.BgClassName
{
background-color: #8488DD;
}
</style>
border-color css
<style>
span { border-color: #8488DD; }
span { border-color: rgb(132,136,221); }
td.TdClassName
{
border-color: #8488DD;
}
.TagClassName
{
border-color: #8488DD;
}
</style>