Shades of Portage #8487DF
Tints of Portage #8487DF
RGB
CMYK
RGB Variations
Color information
#8487DF (or 0x8487DF) is known color: Portage. HEX triplet: 84, 87 and DF. RGB value is (132,135,223). Sum of RGB (Red+Green+Blue) = 132+135+223=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8487DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487DF is #7B7820. Grayscale: #8F8F8F. Windows color (decimal): -8091681 or 14649220. OLE color: 14649220.
HSL color Cylindrical-coordinate representation of color #8487DF: hue angle of 238.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8487DF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 135 | 223 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.13 |
| HSL | 238.02º | 0.59% | 0.7% | - |
| HSV(B) | 238.02º | 0.41% | 0.87% | - |
| XYZ | 31.5 | 27.56 | 73.47 | - |
| YUV | 144.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 223 | 0.41 | 0.39 | 0 | 0.13 | 238.02 | 0.59 | 0.7 |
| Hex | 84 | 87 | DF | 29 | 27 | 0 | D | EE | 3B | 46 |
| Octal | 204 | 207 | 337 | 51 | 47 | 0 | 15 | 356 | 73 | 106 |
| Binary | 10000100 | 10000111 | 11011111 | 101001 | 100111 | 0 | 1101 | 11101110 | 111011 | 1000110 |
Color Harmonies of #8487DF
Complementary color
Monochromatic Colors of #8487DF
Black with #8487DF
Text Example
Text Example
White with #8487DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487DF; }
p { color: rgb(132,135,223); }
H1.HeaderClassName
{
color: #8487DF;
}
.AnyTagClassName
{
color: #8487DF;
}
</style>
background-color css
<style>
a { background-color: #8487DF; }
a { background-color: rgb(132,135,223); }
div.DivClassName
{
background-color: #8487DF;
}
.BgClassName
{
background-color: #8487DF;
}
</style>
border-color css
<style>
span { border-color: #8487DF; }
span { border-color: rgb(132,135,223); }
td.TdClassName
{
border-color: #8487DF;
}
.TagClassName
{
border-color: #8487DF;
}
</style>