Shades of Portage #7C99DC
Tints of Portage #7C99DC
RGB
CMYK
RGB Variations
Color information
#7C99DC (or 0x7C99DC) is known color: Portage. HEX triplet: 7C, 99 and DC. RGB value is (124,153,220). Sum of RGB (Red+Green+Blue) = 124+153+220=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C99DC is #836623. Grayscale: #979797. Windows color (decimal): -8611364 or 14457212. OLE color: 14457212.
HSL color Cylindrical-coordinate representation of color #7C99DC: hue angle of 221.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C99DC is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 153 | 220 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.14 |
| HSL | 221.88º | 0.58% | 0.67% | - |
| HSV(B) | 221.88º | 0.44% | 0.86% | - |
| XYZ | 32.62 | 32.23 | 72.21 | - |
| YUV | 151.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 220 | 0.44 | 0.30 | 0 | 0.14 | 221.88 | 0.58 | 0.67 |
| Hex | 7C | 99 | DC | 2C | 1E | 0 | E | DE | 3A | 43 |
| Octal | 174 | 231 | 334 | 54 | 36 | 0 | 16 | 336 | 72 | 103 |
| Binary | 1111100 | 10011001 | 11011100 | 101100 | 11110 | 0 | 1110 | 11011110 | 111010 | 1000011 |
Color Harmonies of #7C99DC
Complementary color
Monochromatic Colors of #7C99DC
Black with #7C99DC
Text Example
Text Example
White with #7C99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C99DC; }
p { color: rgb(124,153,220); }
H1.HeaderClassName
{
color: #7C99DC;
}
.AnyTagClassName
{
color: #7C99DC;
}
</style>
background-color css
<style>
a { background-color: #7C99DC; }
a { background-color: rgb(124,153,220); }
div.DivClassName
{
background-color: #7C99DC;
}
.BgClassName
{
background-color: #7C99DC;
}
</style>
border-color css
<style>
span { border-color: #7C99DC; }
span { border-color: rgb(124,153,220); }
td.TdClassName
{
border-color: #7C99DC;
}
.TagClassName
{
border-color: #7C99DC;
}
</style>