Shades of Portage #7C94DB
Tints of Portage #7C94DB
RGB
CMYK
RGB Variations
Color information
#7C94DB (or 0x7C94DB) is known color: Portage. HEX triplet: 7C, 94 and DB. RGB value is (124,148,219). Sum of RGB (Red+Green+Blue) = 124+148+219=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94DB is #836B24. Grayscale: #949494. Windows color (decimal): -8612645 or 14390396. OLE color: 14390396.
HSL color Cylindrical-coordinate representation of color #7C94DB: hue angle of 224.84º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C94DB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 148 | 219 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.14 |
| HSL | 224.84º | 0.57% | 0.67% | - |
| HSV(B) | 224.84º | 0.43% | 0.86% | - |
| XYZ | 31.69 | 30.58 | 71.25 | - |
| YUV | 148.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 219 | 0.43 | 0.32 | 0 | 0.14 | 224.84 | 0.57 | 0.67 |
| Hex | 7C | 94 | DB | 2B | 20 | 0 | E | E1 | 39 | 43 |
| Octal | 174 | 224 | 333 | 53 | 40 | 0 | 16 | 341 | 71 | 103 |
| Binary | 1111100 | 10010100 | 11011011 | 101011 | 100000 | 0 | 1110 | 11100001 | 111001 | 1000011 |
Color Harmonies of #7C94DB
Complementary color
Monochromatic Colors of #7C94DB
Black with #7C94DB
Text Example
Text Example
White with #7C94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C94DB; }
p { color: rgb(124,148,219); }
H1.HeaderClassName
{
color: #7C94DB;
}
.AnyTagClassName
{
color: #7C94DB;
}
</style>
background-color css
<style>
a { background-color: #7C94DB; }
a { background-color: rgb(124,148,219); }
div.DivClassName
{
background-color: #7C94DB;
}
.BgClassName
{
background-color: #7C94DB;
}
</style>
border-color css
<style>
span { border-color: #7C94DB; }
span { border-color: rgb(124,148,219); }
td.TdClassName
{
border-color: #7C94DB;
}
.TagClassName
{
border-color: #7C94DB;
}
</style>