Shades of Portage #8487DB
Tints of Portage #8487DB
RGB
CMYK
RGB Variations
Color information
#8487DB (or 0x8487DB) is known color: Portage. HEX triplet: 84, 87 and DB. RGB value is (132,135,219). Sum of RGB (Red+Green+Blue) = 132+135+219=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8487DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487DB is #7B7824. Grayscale: #8F8F8F. Windows color (decimal): -8091685 or 14387076. OLE color: 14387076.
HSL color Cylindrical-coordinate representation of color #8487DB: hue angle of 237.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8487DB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 135 | 219 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.14 |
| HSL | 237.93º | 0.55% | 0.69% | - |
| HSV(B) | 237.93º | 0.4% | 0.86% | - |
| XYZ | 30.97 | 27.35 | 70.66 | - |
| YUV | 143.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 219 | 0.40 | 0.38 | 0 | 0.14 | 237.93 | 0.55 | 0.69 |
| Hex | 84 | 87 | DB | 28 | 26 | 0 | E | EE | 37 | 45 |
| Octal | 204 | 207 | 333 | 50 | 46 | 0 | 16 | 356 | 67 | 105 |
| Binary | 10000100 | 10000111 | 11011011 | 101000 | 100110 | 0 | 1110 | 11101110 | 110111 | 1000101 |
Color Harmonies of #8487DB
Complementary color
Monochromatic Colors of #8487DB
Black with #8487DB
Text Example
Text Example
White with #8487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487DB; }
p { color: rgb(132,135,219); }
H1.HeaderClassName
{
color: #8487DB;
}
.AnyTagClassName
{
color: #8487DB;
}
</style>
background-color css
<style>
a { background-color: #8487DB; }
a { background-color: rgb(132,135,219); }
div.DivClassName
{
background-color: #8487DB;
}
.BgClassName
{
background-color: #8487DB;
}
</style>
border-color css
<style>
span { border-color: #8487DB; }
span { border-color: rgb(132,135,219); }
td.TdClassName
{
border-color: #8487DB;
}
.TagClassName
{
border-color: #8487DB;
}
</style>