#7979A4

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

Shades of Chetwode Blue #7979A4

Tints of Chetwode Blue #7979A4

Color information

#7979A4 (or 0x7979A4) is unknown color: approx Chetwode Blue. HEX triplet: 79, 79 and A4. RGB value is (121,121,164). Sum of RGB (Red+Green+Blue) = 121+121+164=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #7979A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7979A4 is #86865B. Grayscale: #7D7D7D. Windows color (decimal): -8816220 or 10779001. OLE color: 10779001.

HSL color Cylindrical-coordinate representation of color #7979A4: hue angle of 240º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7979A4 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121121164-
CMYK0.260.2600.36
HSL240º19.11%55.88%-
HSV(B)240º26.22%64.31%-
XYZ21.4220.4237.93-
YUV125.9149.5124.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=29.80%
G=29.80%
B=40.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211211640.260.2600.3624019.1155.88
Hex7979A41A1A024f01338
Octal17117124432320443602370
Binary1111001111100110100100110101101001001001111000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7979A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7979A4; }

 p { color: rgb(121,121,164); }

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

<style>
 a { background-color: #7979A4; }

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

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

<style>
 span { border-color: #7979A4; }

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

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