Shades of Portage #7C96CE
Tints of Portage #7C96CE
RGB
CMYK
RGB Variations
Color information
#7C96CE (or 0x7C96CE) is known color: Portage. HEX triplet: 7C, 96 and CE. RGB value is (124,150,206). Sum of RGB (Red+Green+Blue) = 124+150+206=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C96CE is #836931. Grayscale: #949494. Windows color (decimal): -8612146 or 13538940. OLE color: 13538940.
HSL color Cylindrical-coordinate representation of color #7C96CE: hue angle of 220.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C96CE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 150 | 206 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.19 |
| HSL | 220.98º | 0.46% | 0.65% | - |
| HSV(B) | 220.98º | 0.4% | 0.81% | - |
| XYZ | 30.36 | 30.55 | 62.69 | - |
| YUV | 148.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 206 | 0.40 | 0.27 | 0 | 0.19 | 220.98 | 0.46 | 0.65 |
| Hex | 7C | 96 | CE | 28 | 1B | 0 | 13 | DD | 2E | 41 |
| Octal | 174 | 226 | 316 | 50 | 33 | 0 | 23 | 335 | 56 | 101 |
| Binary | 1111100 | 10010110 | 11001110 | 101000 | 11011 | 0 | 10011 | 11011101 | 101110 | 1000001 |
Color Harmonies of #7C96CE
Complementary color
Monochromatic Colors of #7C96CE
Black with #7C96CE
Text Example
Text Example
White with #7C96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C96CE; }
p { color: rgb(124,150,206); }
H1.HeaderClassName
{
color: #7C96CE;
}
.AnyTagClassName
{
color: #7C96CE;
}
</style>
background-color css
<style>
a { background-color: #7C96CE; }
a { background-color: rgb(124,150,206); }
div.DivClassName
{
background-color: #7C96CE;
}
.BgClassName
{
background-color: #7C96CE;
}
</style>
border-color css
<style>
span { border-color: #7C96CE; }
span { border-color: rgb(124,150,206); }
td.TdClassName
{
border-color: #7C96CE;
}
.TagClassName
{
border-color: #7C96CE;
}
</style>