Shades of Portage #7993DF
Tints of Portage #7993DF
RGB
CMYK
RGB Variations
Color information
#7993DF (or 0x7993DF) is known color: Portage. HEX triplet: 79, 93 and DF. RGB value is (121,147,223). Sum of RGB (Red+Green+Blue) = 121+147+223=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #7993DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993DF is #866C20. Grayscale: #939393. Windows color (decimal): -8809505 or 14652281. OLE color: 14652281.
HSL color Cylindrical-coordinate representation of color #7993DF: hue angle of 224.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7993DF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 147 | 223 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.13 |
| HSL | 224.71º | 0.61% | 0.67% | - |
| HSV(B) | 224.71º | 0.46% | 0.87% | - |
| XYZ | 31.64 | 30.26 | 73.99 | - |
| YUV | 147.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 223 | 0.46 | 0.34 | 0 | 0.13 | 224.71 | 0.61 | 0.67 |
| Hex | 79 | 93 | DF | 2E | 22 | 0 | D | E1 | 3D | 43 |
| Octal | 171 | 223 | 337 | 56 | 42 | 0 | 15 | 341 | 75 | 103 |
| Binary | 1111001 | 10010011 | 11011111 | 101110 | 100010 | 0 | 1101 | 11100001 | 111101 | 1000011 |
Color Harmonies of #7993DF
Complementary color
Monochromatic Colors of #7993DF
Black with #7993DF
Text Example
Text Example
White with #7993DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993DF; }
p { color: rgb(121,147,223); }
H1.HeaderClassName
{
color: #7993DF;
}
.AnyTagClassName
{
color: #7993DF;
}
</style>
background-color css
<style>
a { background-color: #7993DF; }
a { background-color: rgb(121,147,223); }
div.DivClassName
{
background-color: #7993DF;
}
.BgClassName
{
background-color: #7993DF;
}
</style>
border-color css
<style>
span { border-color: #7993DF; }
span { border-color: rgb(121,147,223); }
td.TdClassName
{
border-color: #7993DF;
}
.TagClassName
{
border-color: #7993DF;
}
</style>