Shades of Portage #7D92EE
Tints of Portage #7D92EE
RGB
CMYK
RGB Variations
Color information
#7D92EE (or 0x7D92EE) is known color: Portage. HEX triplet: 7D, 92 and EE. RGB value is (125,146,238). Sum of RGB (Red+Green+Blue) = 125+146+238=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D92EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D92EE is #826D11. Grayscale: #959595. Windows color (decimal): -8547602 or 15635069. OLE color: 15635069.
HSL color Cylindrical-coordinate representation of color #7D92EE: hue angle of 228.85º 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 #7D92EE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 146 | 238 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.07 |
| HSL | 228.85º | 0.77% | 0.71% | - |
| HSV(B) | 228.85º | 0.47% | 0.93% | - |
| XYZ | 34.17 | 31.09 | 85.09 | - |
| YUV | 150.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 238 | 0.47 | 0.39 | 0 | 0.07 | 228.85 | 0.77 | 0.71 |
| Hex | 7D | 92 | EE | 2F | 27 | 0 | 7 | E5 | 4D | 47 |
| Octal | 175 | 222 | 356 | 57 | 47 | 0 | 7 | 345 | 115 | 107 |
| Binary | 1111101 | 10010010 | 11101110 | 101111 | 100111 | 0 | 111 | 11100101 | 1001101 | 1000111 |
Color Harmonies of #7D92EE
Complementary color
Monochromatic Colors of #7D92EE
Black with #7D92EE
Text Example
Text Example
White with #7D92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D92EE; }
p { color: rgb(125,146,238); }
H1.HeaderClassName
{
color: #7D92EE;
}
.AnyTagClassName
{
color: #7D92EE;
}
</style>
background-color css
<style>
a { background-color: #7D92EE; }
a { background-color: rgb(125,146,238); }
div.DivClassName
{
background-color: #7D92EE;
}
.BgClassName
{
background-color: #7D92EE;
}
</style>
border-color css
<style>
span { border-color: #7D92EE; }
span { border-color: rgb(125,146,238); }
td.TdClassName
{
border-color: #7D92EE;
}
.TagClassName
{
border-color: #7D92EE;
}
</style>