Shades of Portage #7C9ADB
Tints of Portage #7C9ADB
RGB
CMYK
RGB Variations
Color information
#7C9ADB (or 0x7C9ADB) is known color: Portage. HEX triplet: 7C, 9A and DB. RGB value is (124,154,219). Sum of RGB (Red+Green+Blue) = 124+154+219=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ADB is #836524. Grayscale: #989898. Windows color (decimal): -8611109 or 14391932. OLE color: 14391932.
HSL color Cylindrical-coordinate representation of color #7C9ADB: hue angle of 221.05º 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 #7C9ADB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 154 | 219 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.14 |
| HSL | 221.05º | 0.57% | 0.67% | - |
| HSV(B) | 221.05º | 0.43% | 0.86% | - |
| XYZ | 32.65 | 32.51 | 71.57 | - |
| YUV | 152.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 219 | 0.43 | 0.30 | 0 | 0.14 | 221.05 | 0.57 | 0.67 |
| Hex | 7C | 9A | DB | 2B | 1E | 0 | E | DD | 39 | 43 |
| Octal | 174 | 232 | 333 | 53 | 36 | 0 | 16 | 335 | 71 | 103 |
| Binary | 1111100 | 10011010 | 11011011 | 101011 | 11110 | 0 | 1110 | 11011101 | 111001 | 1000011 |
Color Harmonies of #7C9ADB
Complementary color
Monochromatic Colors of #7C9ADB
Black with #7C9ADB
Text Example
Text Example
White with #7C9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9ADB; }
p { color: rgb(124,154,219); }
H1.HeaderClassName
{
color: #7C9ADB;
}
.AnyTagClassName
{
color: #7C9ADB;
}
</style>
background-color css
<style>
a { background-color: #7C9ADB; }
a { background-color: rgb(124,154,219); }
div.DivClassName
{
background-color: #7C9ADB;
}
.BgClassName
{
background-color: #7C9ADB;
}
</style>
border-color css
<style>
span { border-color: #7C9ADB; }
span { border-color: rgb(124,154,219); }
td.TdClassName
{
border-color: #7C9ADB;
}
.TagClassName
{
border-color: #7C9ADB;
}
</style>