Shades of Portage #7995E5
Tints of Portage #7995E5
RGB
CMYK
RGB Variations
Color information
#7995E5 (or 0x7995E5) is known color: Portage. HEX triplet: 79, 95 and E5. RGB value is (121,149,229). Sum of RGB (Red+Green+Blue) = 121+149+229=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #7995E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995E5 is #866A1A. Grayscale: #959595. Windows color (decimal): -8808987 or 15046009. OLE color: 15046009.
HSL color Cylindrical-coordinate representation of color #7995E5: hue angle of 224.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7995E5 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 149 | 229 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.10 |
| HSL | 224.44º | 0.68% | 0.69% | - |
| HSV(B) | 224.44º | 0.47% | 0.9% | - |
| XYZ | 32.78 | 31.22 | 78.43 | - |
| YUV | 149.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 229 | 0.47 | 0.35 | 0 | 0.10 | 224.44 | 0.68 | 0.69 |
| Hex | 79 | 95 | E5 | 2F | 23 | 0 | A | E0 | 44 | 45 |
| Octal | 171 | 225 | 345 | 57 | 43 | 0 | 12 | 340 | 104 | 105 |
| Binary | 1111001 | 10010101 | 11100101 | 101111 | 100011 | 0 | 1010 | 11100000 | 1000100 | 1000101 |
Color Harmonies of #7995E5
Complementary color
Monochromatic Colors of #7995E5
Black with #7995E5
Text Example
Text Example
White with #7995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995E5; }
p { color: rgb(121,149,229); }
H1.HeaderClassName
{
color: #7995E5;
}
.AnyTagClassName
{
color: #7995E5;
}
</style>
background-color css
<style>
a { background-color: #7995E5; }
a { background-color: rgb(121,149,229); }
div.DivClassName
{
background-color: #7995E5;
}
.BgClassName
{
background-color: #7995E5;
}
</style>
border-color css
<style>
span { border-color: #7995E5; }
span { border-color: rgb(121,149,229); }
td.TdClassName
{
border-color: #7995E5;
}
.TagClassName
{
border-color: #7995E5;
}
</style>