Shades of Portage #7889DF
Tints of Portage #7889DF
RGB
CMYK
RGB Variations
Color information
#7889DF (or 0x7889DF) is known color: Portage. HEX triplet: 78, 89 and DF. RGB value is (120,137,223). Sum of RGB (Red+Green+Blue) = 120+137+223=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #7889DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7889DF is #877620. Grayscale: #8D8D8D. Windows color (decimal): -8877601 or 14649720. OLE color: 14649720.
HSL color Cylindrical-coordinate representation of color #7889DF: hue angle of 230.1º 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 #7889DF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 137 | 223 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.13 |
| HSL | 230.1º | 0.62% | 0.67% | - |
| HSV(B) | 230.1º | 0.46% | 0.87% | - |
| XYZ | 30.01 | 27.21 | 73.48 | - |
| YUV | 141.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 223 | 0.46 | 0.39 | 0 | 0.13 | 230.1 | 0.62 | 0.67 |
| Hex | 78 | 89 | DF | 2E | 27 | 0 | D | E6 | 3E | 43 |
| Octal | 170 | 211 | 337 | 56 | 47 | 0 | 15 | 346 | 76 | 103 |
| Binary | 1111000 | 10001001 | 11011111 | 101110 | 100111 | 0 | 1101 | 11100110 | 111110 | 1000011 |
Color Harmonies of #7889DF
Complementary color
Monochromatic Colors of #7889DF
Black with #7889DF
Text Example
Text Example
White with #7889DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7889DF; }
p { color: rgb(120,137,223); }
H1.HeaderClassName
{
color: #7889DF;
}
.AnyTagClassName
{
color: #7889DF;
}
</style>
background-color css
<style>
a { background-color: #7889DF; }
a { background-color: rgb(120,137,223); }
div.DivClassName
{
background-color: #7889DF;
}
.BgClassName
{
background-color: #7889DF;
}
</style>
border-color css
<style>
span { border-color: #7889DF; }
span { border-color: rgb(120,137,223); }
td.TdClassName
{
border-color: #7889DF;
}
.TagClassName
{
border-color: #7889DF;
}
</style>