Shades of Portage #7C93CE
Tints of Portage #7C93CE
RGB
CMYK
RGB Variations
Color information
#7C93CE (or 0x7C93CE) is known color: Portage. HEX triplet: 7C, 93 and CE. RGB value is (124,147,206). Sum of RGB (Red+Green+Blue) = 124+147+206=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93CE is #836C31. Grayscale: #929292. Windows color (decimal): -8612914 or 13538172. OLE color: 13538172.
HSL color Cylindrical-coordinate representation of color #7C93CE: hue angle of 223.17º 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 #7C93CE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 147 | 206 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.19 |
| HSL | 223.17º | 0.46% | 0.65% | - |
| HSV(B) | 223.17º | 0.4% | 0.81% | - |
| XYZ | 29.89 | 29.61 | 62.53 | - |
| YUV | 146.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 206 | 0.40 | 0.29 | 0 | 0.19 | 223.17 | 0.46 | 0.65 |
| Hex | 7C | 93 | CE | 28 | 1D | 0 | 13 | DF | 2E | 41 |
| Octal | 174 | 223 | 316 | 50 | 35 | 0 | 23 | 337 | 56 | 101 |
| Binary | 1111100 | 10010011 | 11001110 | 101000 | 11101 | 0 | 10011 | 11011111 | 101110 | 1000001 |
Color Harmonies of #7C93CE
Complementary color
Monochromatic Colors of #7C93CE
Black with #7C93CE
Text Example
Text Example
White with #7C93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93CE; }
p { color: rgb(124,147,206); }
H1.HeaderClassName
{
color: #7C93CE;
}
.AnyTagClassName
{
color: #7C93CE;
}
</style>
background-color css
<style>
a { background-color: #7C93CE; }
a { background-color: rgb(124,147,206); }
div.DivClassName
{
background-color: #7C93CE;
}
.BgClassName
{
background-color: #7C93CE;
}
</style>
border-color css
<style>
span { border-color: #7C93CE; }
span { border-color: rgb(124,147,206); }
td.TdClassName
{
border-color: #7C93CE;
}
.TagClassName
{
border-color: #7C93CE;
}
</style>