#7A79AC

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

Shades of Chetwode Blue #7A79AC

Tints of Chetwode Blue #7A79AC

Color information

#7A79AC (or 0x7A79AC) is unknown color: approx Chetwode Blue. HEX triplet: 7A, 79 and AC. RGB value is (122,121,172). Sum of RGB (Red+Green+Blue) = 122+121+172=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A79AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A79AC is #858653. Grayscale: #7E7E7E. Windows color (decimal): -8750676 or 11303290. OLE color: 11303290.

HSL color Cylindrical-coordinate representation of color #7A79AC: hue angle of 241.18º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A79AC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122121172-
CMYK0.290.3000.33
HSL241.18º23.5%57.45%-
HSV(B)241.18º29.65%67.45%-
XYZ22.3120.7941.87-
YUV127.11153.33124.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=29.40%
G=29.16%
B=41.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221211720.290.3000.33241.1823.557.45
Hex7A79AC1D1E021f11839
Octal17217125435360413613071
Binary1111010111100110101100111011111001000011111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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