Shades of Portage #7795DE
Tints of Portage #7795DE
RGB
CMYK
RGB Variations
Color information
#7795DE (or 0x7795DE) is known color: Portage. HEX triplet: 77, 95 and DE. RGB value is (119,149,222). Sum of RGB (Red+Green+Blue) = 119+149+222=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #7795DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795DE is #886A21. Grayscale: #949494. Windows color (decimal): -8940066 or 14587255. OLE color: 14587255.
HSL color Cylindrical-coordinate representation of color #7795DE: hue angle of 222.52º 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 #7795DE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 149 | 222 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.13 |
| HSL | 222.52º | 0.61% | 0.67% | - |
| HSV(B) | 222.52º | 0.46% | 0.87% | - |
| XYZ | 31.54 | 30.69 | 73.37 | - |
| YUV | 148.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 222 | 0.46 | 0.33 | 0 | 0.13 | 222.52 | 0.61 | 0.67 |
| Hex | 77 | 95 | DE | 2E | 21 | 0 | D | DF | 3D | 43 |
| Octal | 167 | 225 | 336 | 56 | 41 | 0 | 15 | 337 | 75 | 103 |
| Binary | 1110111 | 10010101 | 11011110 | 101110 | 100001 | 0 | 1101 | 11011111 | 111101 | 1000011 |
Color Harmonies of #7795DE
Complementary color
Monochromatic Colors of #7795DE
Black with #7795DE
Text Example
Text Example
White with #7795DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795DE; }
p { color: rgb(119,149,222); }
H1.HeaderClassName
{
color: #7795DE;
}
.AnyTagClassName
{
color: #7795DE;
}
</style>
background-color css
<style>
a { background-color: #7795DE; }
a { background-color: rgb(119,149,222); }
div.DivClassName
{
background-color: #7795DE;
}
.BgClassName
{
background-color: #7795DE;
}
</style>
border-color css
<style>
span { border-color: #7795DE; }
span { border-color: rgb(119,149,222); }
td.TdClassName
{
border-color: #7795DE;
}
.TagClassName
{
border-color: #7795DE;
}
</style>