Shades of Portage #7C93DF
Tints of Portage #7C93DF
RGB
CMYK
RGB Variations
Color information
#7C93DF (or 0x7C93DF) is known color: Portage. HEX triplet: 7C, 93 and DF. RGB value is (124,147,223). Sum of RGB (Red+Green+Blue) = 124+147+223=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C93DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93DF is #836C20. Grayscale: #949494. Windows color (decimal): -8612897 or 14652284. OLE color: 14652284.
HSL color Cylindrical-coordinate representation of color #7C93DF: hue angle of 226.06º 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 #7C93DF is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 147 | 223 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.13 |
| HSL | 226.06º | 0.61% | 0.68% | - |
| HSV(B) | 226.06º | 0.44% | 0.87% | - |
| XYZ | 32.07 | 30.48 | 74.01 | - |
| YUV | 148.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 223 | 0.44 | 0.34 | 0 | 0.13 | 226.06 | 0.61 | 0.68 |
| Hex | 7C | 93 | DF | 2C | 22 | 0 | D | E2 | 3D | 44 |
| Octal | 174 | 223 | 337 | 54 | 42 | 0 | 15 | 342 | 75 | 104 |
| Binary | 1111100 | 10010011 | 11011111 | 101100 | 100010 | 0 | 1101 | 11100010 | 111101 | 1000100 |
Color Harmonies of #7C93DF
Complementary color
Monochromatic Colors of #7C93DF
Black with #7C93DF
Text Example
Text Example
White with #7C93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93DF; }
p { color: rgb(124,147,223); }
H1.HeaderClassName
{
color: #7C93DF;
}
.AnyTagClassName
{
color: #7C93DF;
}
</style>
background-color css
<style>
a { background-color: #7C93DF; }
a { background-color: rgb(124,147,223); }
div.DivClassName
{
background-color: #7C93DF;
}
.BgClassName
{
background-color: #7C93DF;
}
</style>
border-color css
<style>
span { border-color: #7C93DF; }
span { border-color: rgb(124,147,223); }
td.TdClassName
{
border-color: #7C93DF;
}
.TagClassName
{
border-color: #7C93DF;
}
</style>