Shades of Portage #7D94E9
Tints of Portage #7D94E9
RGB
CMYK
RGB Variations
Color information
#7D94E9 (or 0x7D94E9) is known color: Portage. HEX triplet: 7D, 94 and E9. RGB value is (125,148,233). Sum of RGB (Red+Green+Blue) = 125+148+233=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D94E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94E9 is #826B16. Grayscale: #969696. Windows color (decimal): -8547095 or 15307901. OLE color: 15307901.
HSL color Cylindrical-coordinate representation of color #7D94E9: hue angle of 227.22º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D94E9 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 148 | 233 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.09 |
| HSL | 227.22º | 0.71% | 0.7% | - |
| HSV(B) | 227.22º | 0.46% | 0.91% | - |
| XYZ | 33.76 | 31.42 | 81.38 | - |
| YUV | 150.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 233 | 0.46 | 0.36 | 0 | 0.09 | 227.22 | 0.71 | 0.7 |
| Hex | 7D | 94 | E9 | 2E | 24 | 0 | 9 | E3 | 47 | 46 |
| Octal | 175 | 224 | 351 | 56 | 44 | 0 | 11 | 343 | 107 | 106 |
| Binary | 1111101 | 10010100 | 11101001 | 101110 | 100100 | 0 | 1001 | 11100011 | 1000111 | 1000110 |
Color Harmonies of #7D94E9
Complementary color
Monochromatic Colors of #7D94E9
Black with #7D94E9
Text Example
Text Example
White with #7D94E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D94E9; }
p { color: rgb(125,148,233); }
H1.HeaderClassName
{
color: #7D94E9;
}
.AnyTagClassName
{
color: #7D94E9;
}
</style>
background-color css
<style>
a { background-color: #7D94E9; }
a { background-color: rgb(125,148,233); }
div.DivClassName
{
background-color: #7D94E9;
}
.BgClassName
{
background-color: #7D94E9;
}
</style>
border-color css
<style>
span { border-color: #7D94E9; }
span { border-color: rgb(125,148,233); }
td.TdClassName
{
border-color: #7D94E9;
}
.TagClassName
{
border-color: #7D94E9;
}
</style>