#7A7AAF

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

Shades of Chetwode Blue #7A7AAF

Tints of Chetwode Blue #7A7AAF

Color information

#7A7AAF (or 0x7A7AAF) is unknown color: approx Chetwode Blue. HEX triplet: 7A, 7A and AF. RGB value is (122,122,175). Sum of RGB (Red+Green+Blue) = 122+122+175=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7AAF is #858550. Grayscale: #7F7F7F. Windows color (decimal): -8750417 or 11500154. OLE color: 11500154.

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

Color convert

RGB122122175-
CMYK0.300.3000.31
HSL240º24.88%58.24%-
HSV(B)240º30.29%68.63%-
XYZ22.7221.1543.44-
YUV128.04154.5123.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=29.12%
G=29.12%
B=41.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221221750.300.3000.3124024.8858.24
Hex7A7AAF1E1E01Ff0193a
Octal17217225736360373603172
Binary111101011110101010111111110111100111111111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,122,175); }

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

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

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

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

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

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

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