Shades of Portage #7C96DF
Tints of Portage #7C96DF
RGB
CMYK
RGB Variations
Color information
#7C96DF (or 0x7C96DF) is known color: Portage. HEX triplet: 7C, 96 and DF. RGB value is (124,150,223). Sum of RGB (Red+Green+Blue) = 124+150+223=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C96DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C96DF is #836920. Grayscale: #969696. Windows color (decimal): -8612129 or 14653052. OLE color: 14653052.
HSL color Cylindrical-coordinate representation of color #7C96DF: hue angle of 224.24º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C96DF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 150 | 223 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.13 |
| HSL | 224.24º | 0.61% | 0.68% | - |
| HSV(B) | 224.24º | 0.44% | 0.87% | - |
| XYZ | 32.54 | 31.43 | 74.16 | - |
| YUV | 150.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 223 | 0.44 | 0.33 | 0 | 0.13 | 224.24 | 0.61 | 0.68 |
| Hex | 7C | 96 | DF | 2C | 21 | 0 | D | E0 | 3D | 44 |
| Octal | 174 | 226 | 337 | 54 | 41 | 0 | 15 | 340 | 75 | 104 |
| Binary | 1111100 | 10010110 | 11011111 | 101100 | 100001 | 0 | 1101 | 11100000 | 111101 | 1000100 |
Color Harmonies of #7C96DF
Complementary color
Monochromatic Colors of #7C96DF
Black with #7C96DF
Text Example
Text Example
White with #7C96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C96DF; }
p { color: rgb(124,150,223); }
H1.HeaderClassName
{
color: #7C96DF;
}
.AnyTagClassName
{
color: #7C96DF;
}
</style>
background-color css
<style>
a { background-color: #7C96DF; }
a { background-color: rgb(124,150,223); }
div.DivClassName
{
background-color: #7C96DF;
}
.BgClassName
{
background-color: #7C96DF;
}
</style>
border-color css
<style>
span { border-color: #7C96DF; }
span { border-color: rgb(124,150,223); }
td.TdClassName
{
border-color: #7C96DF;
}
.TagClassName
{
border-color: #7C96DF;
}
</style>