Shades of Portage #7C93DB
Tints of Portage #7C93DB
RGB
CMYK
RGB Variations
Color information
#7C93DB (or 0x7C93DB) is known color: Portage. HEX triplet: 7C, 93 and DB. RGB value is (124,147,219). Sum of RGB (Red+Green+Blue) = 124+147+219=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93DB is #836C24. Grayscale: #949494. Windows color (decimal): -8612901 or 14390140. OLE color: 14390140.
HSL color Cylindrical-coordinate representation of color #7C93DB: hue angle of 225.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C93DB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 147 | 219 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.14 |
| HSL | 225.47º | 0.57% | 0.67% | - |
| HSV(B) | 225.47º | 0.43% | 0.86% | - |
| XYZ | 31.53 | 30.27 | 71.2 | - |
| YUV | 148.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 219 | 0.43 | 0.33 | 0 | 0.14 | 225.47 | 0.57 | 0.67 |
| Hex | 7C | 93 | DB | 2B | 21 | 0 | E | E1 | 39 | 43 |
| Octal | 174 | 223 | 333 | 53 | 41 | 0 | 16 | 341 | 71 | 103 |
| Binary | 1111100 | 10010011 | 11011011 | 101011 | 100001 | 0 | 1110 | 11100001 | 111001 | 1000011 |
Color Harmonies of #7C93DB
Complementary color
Monochromatic Colors of #7C93DB
Black with #7C93DB
Text Example
Text Example
White with #7C93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93DB; }
p { color: rgb(124,147,219); }
H1.HeaderClassName
{
color: #7C93DB;
}
.AnyTagClassName
{
color: #7C93DB;
}
</style>
background-color css
<style>
a { background-color: #7C93DB; }
a { background-color: rgb(124,147,219); }
div.DivClassName
{
background-color: #7C93DB;
}
.BgClassName
{
background-color: #7C93DB;
}
</style>
border-color css
<style>
span { border-color: #7C93DB; }
span { border-color: rgb(124,147,219); }
td.TdClassName
{
border-color: #7C93DB;
}
.TagClassName
{
border-color: #7C93DB;
}
</style>