Shades of Portage #7C95CE
Tints of Portage #7C95CE
RGB
CMYK
RGB Variations
Color information
#7C95CE (or 0x7C95CE) is known color: Portage. HEX triplet: 7C, 95 and CE. RGB value is (124,149,206). Sum of RGB (Red+Green+Blue) = 124+149+206=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C95CE is #836A31. Grayscale: #939393. Windows color (decimal): -8612402 or 13538684. OLE color: 13538684.
HSL color Cylindrical-coordinate representation of color #7C95CE: hue angle of 221.71º 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 #7C95CE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 149 | 206 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.19 |
| HSL | 221.71º | 0.46% | 0.65% | - |
| HSV(B) | 221.71º | 0.4% | 0.81% | - |
| XYZ | 30.2 | 30.24 | 62.64 | - |
| YUV | 148.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 206 | 0.40 | 0.28 | 0 | 0.19 | 221.71 | 0.46 | 0.65 |
| Hex | 7C | 95 | CE | 28 | 1C | 0 | 13 | DE | 2E | 41 |
| Octal | 174 | 225 | 316 | 50 | 34 | 0 | 23 | 336 | 56 | 101 |
| Binary | 1111100 | 10010101 | 11001110 | 101000 | 11100 | 0 | 10011 | 11011110 | 101110 | 1000001 |
Color Harmonies of #7C95CE
Complementary color
Monochromatic Colors of #7C95CE
Black with #7C95CE
Text Example
Text Example
White with #7C95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C95CE; }
p { color: rgb(124,149,206); }
H1.HeaderClassName
{
color: #7C95CE;
}
.AnyTagClassName
{
color: #7C95CE;
}
</style>
background-color css
<style>
a { background-color: #7C95CE; }
a { background-color: rgb(124,149,206); }
div.DivClassName
{
background-color: #7C95CE;
}
.BgClassName
{
background-color: #7C95CE;
}
</style>
border-color css
<style>
span { border-color: #7C95CE; }
span { border-color: rgb(124,149,206); }
td.TdClassName
{
border-color: #7C95CE;
}
.TagClassName
{
border-color: #7C95CE;
}
</style>