Shades of Portage #7887DF
Tints of Portage #7887DF
RGB
CMYK
RGB Variations
Color information
#7887DF (or 0x7887DF) is known color: Portage. HEX triplet: 78, 87 and DF. RGB value is (120,135,223). Sum of RGB (Red+Green+Blue) = 120+135+223=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #7887DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887DF is #877820. Grayscale: #8C8C8C. Windows color (decimal): -8878113 or 14649208. OLE color: 14649208.
HSL color Cylindrical-coordinate representation of color #7887DF: hue angle of 231.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7887DF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 135 | 223 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.13 |
| HSL | 231.26º | 0.62% | 0.67% | - |
| HSV(B) | 231.26º | 0.46% | 0.87% | - |
| XYZ | 29.73 | 26.65 | 73.39 | - |
| YUV | 140.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 223 | 0.46 | 0.39 | 0 | 0.13 | 231.26 | 0.62 | 0.67 |
| Hex | 78 | 87 | DF | 2E | 27 | 0 | D | E7 | 3E | 43 |
| Octal | 170 | 207 | 337 | 56 | 47 | 0 | 15 | 347 | 76 | 103 |
| Binary | 1111000 | 10000111 | 11011111 | 101110 | 100111 | 0 | 1101 | 11100111 | 111110 | 1000011 |
Color Harmonies of #7887DF
Complementary color
Monochromatic Colors of #7887DF
Black with #7887DF
Text Example
Text Example
White with #7887DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887DF; }
p { color: rgb(120,135,223); }
H1.HeaderClassName
{
color: #7887DF;
}
.AnyTagClassName
{
color: #7887DF;
}
</style>
background-color css
<style>
a { background-color: #7887DF; }
a { background-color: rgb(120,135,223); }
div.DivClassName
{
background-color: #7887DF;
}
.BgClassName
{
background-color: #7887DF;
}
</style>
border-color css
<style>
span { border-color: #7887DF; }
span { border-color: rgb(120,135,223); }
td.TdClassName
{
border-color: #7887DF;
}
.TagClassName
{
border-color: #7887DF;
}
</style>