Shades of Portage #7895DC
Tints of Portage #7895DC
RGB
CMYK
RGB Variations
Color information
#7895DC (or 0x7895DC) is known color: Portage. HEX triplet: 78, 95 and DC. RGB value is (120,149,220). Sum of RGB (Red+Green+Blue) = 120+149+220=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7895DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895DC is #876A23. Grayscale: #949494. Windows color (decimal): -8874532 or 14456184. OLE color: 14456184.
HSL color Cylindrical-coordinate representation of color #7895DC: hue angle of 222.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7895DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 149 | 220 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.14 |
| HSL | 222.6º | 0.59% | 0.67% | - |
| HSV(B) | 222.6º | 0.45% | 0.86% | - |
| XYZ | 31.41 | 30.66 | 71.97 | - |
| YUV | 148.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 220 | 0.45 | 0.32 | 0 | 0.14 | 222.6 | 0.59 | 0.67 |
| Hex | 78 | 95 | DC | 2D | 20 | 0 | E | DF | 3B | 43 |
| Octal | 170 | 225 | 334 | 55 | 40 | 0 | 16 | 337 | 73 | 103 |
| Binary | 1111000 | 10010101 | 11011100 | 101101 | 100000 | 0 | 1110 | 11011111 | 111011 | 1000011 |
Color Harmonies of #7895DC
Complementary color
Monochromatic Colors of #7895DC
Black with #7895DC
Text Example
Text Example
White with #7895DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7895DC; }
p { color: rgb(120,149,220); }
H1.HeaderClassName
{
color: #7895DC;
}
.AnyTagClassName
{
color: #7895DC;
}
</style>
background-color css
<style>
a { background-color: #7895DC; }
a { background-color: rgb(120,149,220); }
div.DivClassName
{
background-color: #7895DC;
}
.BgClassName
{
background-color: #7895DC;
}
</style>
border-color css
<style>
span { border-color: #7895DC; }
span { border-color: rgb(120,149,220); }
td.TdClassName
{
border-color: #7895DC;
}
.TagClassName
{
border-color: #7895DC;
}
</style>