#7A79AE

Color #7A79AE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7A79AE

Tints of Chetwode Blue #7A79AE

Color information

#7A79AE (or 0x7A79AE) is unknown color: approx Chetwode Blue. HEX triplet: 7A, 79 and AE. RGB value is (122,121,174). Sum of RGB (Red+Green+Blue) = 122+121+174=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A79AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A79AE is #858651. Grayscale: #7F7F7F. Windows color (decimal): -8750674 or 11434362. OLE color: 11434362.

HSL color Cylindrical-coordinate representation of color #7A79AE: hue angle of 241.13º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A79AE is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122121174-
CMYK0.300.3000.32
HSL241.13º24.65%57.84%-
HSV(B)241.13º30.46%68.24%-
XYZ22.520.8742.89-
YUV127.34154.33124.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=29.26%
G=29.02%
B=41.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221211740.300.3000.32241.1324.6557.84
Hex7A79AE1E1E020f1193a
Octal17217125636360403613172
Binary1111010111100110101110111101111001000001111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A79AE; }

 p { color: rgb(122,121,174); }

 H1.HeaderClassName
 {
   color: #7A79AE;
 }
 .AnyTagClassName
 {
   color: #7A79AE;
 }
</style>
background-color css

<style>
 a { background-color: #7A79AE; }

 a { background-color: rgb(122,121,174); }

 div.DivClassName
 {
   background-color: #7A79AE;
 }
 .BgClassName
 {
   background-color: #7A79AE;
 }
</style>
border-color css

<style>
 span { border-color: #7A79AE; }

 span { border-color: rgb(122,121,174); }

 td.TdClassName
 {
   border-color: #7A79AE;
 }
 .TagClassName
 {
   border-color: #7A79AE;
 }
</style>