Shades of Portage #7D93DB
Tints of Portage #7D93DB
RGB
CMYK
RGB Variations
Color information
#7D93DB (or 0x7D93DB) is known color: Portage. HEX triplet: 7D, 93 and DB. RGB value is (125,147,219). Sum of RGB (Red+Green+Blue) = 125+147+219=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D93DB is #826C24. Grayscale: #949494. Windows color (decimal): -8547365 or 14390141. OLE color: 14390141.
HSL color Cylindrical-coordinate representation of color #7D93DB: hue angle of 225.96º 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 #7D93DB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 147 | 219 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.14 |
| HSL | 225.96º | 0.57% | 0.67% | - |
| HSV(B) | 225.96º | 0.43% | 0.86% | - |
| XYZ | 31.68 | 30.34 | 71.2 | - |
| YUV | 148.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 219 | 0.43 | 0.33 | 0 | 0.14 | 225.96 | 0.57 | 0.67 |
| Hex | 7D | 93 | DB | 2B | 21 | 0 | E | E2 | 39 | 43 |
| Octal | 175 | 223 | 333 | 53 | 41 | 0 | 16 | 342 | 71 | 103 |
| Binary | 1111101 | 10010011 | 11011011 | 101011 | 100001 | 0 | 1110 | 11100010 | 111001 | 1000011 |
Color Harmonies of #7D93DB
Complementary color
Monochromatic Colors of #7D93DB
Black with #7D93DB
Text Example
Text Example
White with #7D93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D93DB; }
p { color: rgb(125,147,219); }
H1.HeaderClassName
{
color: #7D93DB;
}
.AnyTagClassName
{
color: #7D93DB;
}
</style>
background-color css
<style>
a { background-color: #7D93DB; }
a { background-color: rgb(125,147,219); }
div.DivClassName
{
background-color: #7D93DB;
}
.BgClassName
{
background-color: #7D93DB;
}
</style>
border-color css
<style>
span { border-color: #7D93DB; }
span { border-color: rgb(125,147,219); }
td.TdClassName
{
border-color: #7D93DB;
}
.TagClassName
{
border-color: #7D93DB;
}
</style>