Shades of Portage #7C97DF
Tints of Portage #7C97DF
RGB
CMYK
RGB Variations
Color information
#7C97DF (or 0x7C97DF) is known color: Portage. HEX triplet: 7C, 97 and DF. RGB value is (124,151,223). Sum of RGB (Red+Green+Blue) = 124+151+223=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C97DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97DF is #836820. Grayscale: #969696. Windows color (decimal): -8611873 or 14653308. OLE color: 14653308.
HSL color Cylindrical-coordinate representation of color #7C97DF: hue angle of 223.64º 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 #7C97DF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 151 | 223 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.13 |
| HSL | 223.64º | 0.61% | 0.68% | - |
| HSV(B) | 223.64º | 0.44% | 0.87% | - |
| XYZ | 32.7 | 31.75 | 74.22 | - |
| YUV | 151.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 223 | 0.44 | 0.32 | 0 | 0.13 | 223.64 | 0.61 | 0.68 |
| Hex | 7C | 97 | DF | 2C | 20 | 0 | D | E0 | 3D | 44 |
| Octal | 174 | 227 | 337 | 54 | 40 | 0 | 15 | 340 | 75 | 104 |
| Binary | 1111100 | 10010111 | 11011111 | 101100 | 100000 | 0 | 1101 | 11100000 | 111101 | 1000100 |
Color Harmonies of #7C97DF
Complementary color
Monochromatic Colors of #7C97DF
Black with #7C97DF
Text Example
Text Example
White with #7C97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C97DF; }
p { color: rgb(124,151,223); }
H1.HeaderClassName
{
color: #7C97DF;
}
.AnyTagClassName
{
color: #7C97DF;
}
</style>
background-color css
<style>
a { background-color: #7C97DF; }
a { background-color: rgb(124,151,223); }
div.DivClassName
{
background-color: #7C97DF;
}
.BgClassName
{
background-color: #7C97DF;
}
</style>
border-color css
<style>
span { border-color: #7C97DF; }
span { border-color: rgb(124,151,223); }
td.TdClassName
{
border-color: #7C97DF;
}
.TagClassName
{
border-color: #7C97DF;
}
</style>