Shades of Portage #7C93CD
Tints of Portage #7C93CD
RGB
CMYK
RGB Variations
Color information
#7C93CD (or 0x7C93CD) is known color: Portage. HEX triplet: 7C, 93 and CD. RGB value is (124,147,205). Sum of RGB (Red+Green+Blue) = 124+147+205=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93CD is #836C32. Grayscale: #929292. Windows color (decimal): -8612915 or 13472636. OLE color: 13472636.
HSL color Cylindrical-coordinate representation of color #7C93CD: hue angle of 222.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C93CD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 147 | 205 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.20 |
| HSL | 222.96º | 0.45% | 0.65% | - |
| HSV(B) | 222.96º | 0.4% | 0.8% | - |
| XYZ | 29.77 | 29.56 | 61.89 | - |
| YUV | 146.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 205 | 0.40 | 0.28 | 0 | 0.20 | 222.96 | 0.45 | 0.65 |
| Hex | 7C | 93 | CD | 28 | 1C | 0 | 14 | DF | 2D | 41 |
| Octal | 174 | 223 | 315 | 50 | 34 | 0 | 24 | 337 | 55 | 101 |
| Binary | 1111100 | 10010011 | 11001101 | 101000 | 11100 | 0 | 10100 | 11011111 | 101101 | 1000001 |
Color Harmonies of #7C93CD
Complementary color
Monochromatic Colors of #7C93CD
Black with #7C93CD
Text Example
Text Example
White with #7C93CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93CD; }
p { color: rgb(124,147,205); }
H1.HeaderClassName
{
color: #7C93CD;
}
.AnyTagClassName
{
color: #7C93CD;
}
</style>
background-color css
<style>
a { background-color: #7C93CD; }
a { background-color: rgb(124,147,205); }
div.DivClassName
{
background-color: #7C93CD;
}
.BgClassName
{
background-color: #7C93CD;
}
</style>
border-color css
<style>
span { border-color: #7C93CD; }
span { border-color: rgb(124,147,205); }
td.TdClassName
{
border-color: #7C93CD;
}
.TagClassName
{
border-color: #7C93CD;
}
</style>