Shades of Portage #7A97DE
Tints of Portage #7A97DE
RGB
CMYK
RGB Variations
Color information
#7A97DE (or 0x7A97DE) is known color: Portage. HEX triplet: 7A, 97 and DE. RGB value is (122,151,222). Sum of RGB (Red+Green+Blue) = 122+151+222=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A97DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97DE is #856821. Grayscale: #969696. Windows color (decimal): -8742946 or 14587770. OLE color: 14587770.
HSL color Cylindrical-coordinate representation of color #7A97DE: hue angle of 222.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A97DE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 151 | 222 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.13 |
| HSL | 222.6º | 0.6% | 0.67% | - |
| HSV(B) | 222.6º | 0.45% | 0.87% | - |
| XYZ | 32.28 | 31.54 | 73.49 | - |
| YUV | 150.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 222 | 0.45 | 0.32 | 0 | 0.13 | 222.6 | 0.6 | 0.67 |
| Hex | 7A | 97 | DE | 2D | 20 | 0 | D | DF | 3C | 43 |
| Octal | 172 | 227 | 336 | 55 | 40 | 0 | 15 | 337 | 74 | 103 |
| Binary | 1111010 | 10010111 | 11011110 | 101101 | 100000 | 0 | 1101 | 11011111 | 111100 | 1000011 |
Color Harmonies of #7A97DE
Complementary color
Monochromatic Colors of #7A97DE
Black with #7A97DE
Text Example
Text Example
White with #7A97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A97DE; }
p { color: rgb(122,151,222); }
H1.HeaderClassName
{
color: #7A97DE;
}
.AnyTagClassName
{
color: #7A97DE;
}
</style>
background-color css
<style>
a { background-color: #7A97DE; }
a { background-color: rgb(122,151,222); }
div.DivClassName
{
background-color: #7A97DE;
}
.BgClassName
{
background-color: #7A97DE;
}
</style>
border-color css
<style>
span { border-color: #7A97DE; }
span { border-color: rgb(122,151,222); }
td.TdClassName
{
border-color: #7A97DE;
}
.TagClassName
{
border-color: #7A97DE;
}
</style>