#7B79AE

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

Shades of Chetwode Blue #7B79AE

Tints of Chetwode Blue #7B79AE

Color information

#7B79AE (or 0x7B79AE) is unknown color: approx Chetwode Blue. HEX triplet: 7B, 79 and AE. RGB value is (123,121,174). Sum of RGB (Red+Green+Blue) = 123+121+174=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B79AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B79AE is #848651. Grayscale: #7F7F7F. Windows color (decimal): -8685138 or 11434363. OLE color: 11434363.

HSL color Cylindrical-coordinate representation of color #7B79AE: hue angle of 242.26º 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 #7B79AE is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123121174-
CMYK0.290.3000.32
HSL242.26º24.65%57.84%-
HSV(B)242.26º30.46%68.24%-
XYZ22.6520.9442.89-
YUV127.64154.16124.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=29.43%
G=28.95%
B=41.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231211740.290.3000.32242.2624.6557.84
Hex7B79AE1D1E020f2193a
Octal17317125635360403623172
Binary1111011111100110101110111011111001000001111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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