Shades of Portage #7D95EE
Tints of Portage #7D95EE
RGB
CMYK
RGB Variations
Color information
#7D95EE (or 0x7D95EE) is known color: Portage. HEX triplet: 7D, 95 and EE. RGB value is (125,149,238). Sum of RGB (Red+Green+Blue) = 125+149+238=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D95EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D95EE is #826A11. Grayscale: #979797. Windows color (decimal): -8546834 or 15635837. OLE color: 15635837.
HSL color Cylindrical-coordinate representation of color #7D95EE: hue angle of 227.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D95EE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 149 | 238 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.07 |
| HSL | 227.26º | 0.77% | 0.71% | - |
| HSV(B) | 227.26º | 0.47% | 0.93% | - |
| XYZ | 34.64 | 32.03 | 85.25 | - |
| YUV | 151.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 238 | 0.47 | 0.37 | 0 | 0.07 | 227.26 | 0.77 | 0.71 |
| Hex | 7D | 95 | EE | 2F | 25 | 0 | 7 | E3 | 4D | 47 |
| Octal | 175 | 225 | 356 | 57 | 45 | 0 | 7 | 343 | 115 | 107 |
| Binary | 1111101 | 10010101 | 11101110 | 101111 | 100101 | 0 | 111 | 11100011 | 1001101 | 1000111 |
Color Harmonies of #7D95EE
Complementary color
Monochromatic Colors of #7D95EE
Black with #7D95EE
Text Example
Text Example
White with #7D95EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D95EE; }
p { color: rgb(125,149,238); }
H1.HeaderClassName
{
color: #7D95EE;
}
.AnyTagClassName
{
color: #7D95EE;
}
</style>
background-color css
<style>
a { background-color: #7D95EE; }
a { background-color: rgb(125,149,238); }
div.DivClassName
{
background-color: #7D95EE;
}
.BgClassName
{
background-color: #7D95EE;
}
</style>
border-color css
<style>
span { border-color: #7D95EE; }
span { border-color: rgb(125,149,238); }
td.TdClassName
{
border-color: #7D95EE;
}
.TagClassName
{
border-color: #7D95EE;
}
</style>