#7A7BA9

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

Shades of Chetwode Blue #7A7BA9

Tints of Chetwode Blue #7A7BA9

Color information

#7A7BA9 (or 0x7A7BA9) is unknown color: approx Chetwode Blue. HEX triplet: 7A, 7B and A9. RGB value is (122,123,169). Sum of RGB (Red+Green+Blue) = 122+123+169=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A7BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7BA9 is #858456. Grayscale: #7F7F7F. Windows color (decimal): -8750167 or 11107194. OLE color: 11107194.

HSL color Cylindrical-coordinate representation of color #7A7BA9: hue angle of 238.72º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7BA9 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB122123169-
CMYK0.280.2700.34
HSL238.72º21.46%57.06%-
HSV(B)238.72º27.81%66.27%-
XYZ22.2721.1740.45-
YUV127.94151.17123.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=29.47%
G=29.71%
B=40.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221231690.280.2700.34238.7221.4657.06
Hex7A7BA91C1B022ef1539
Octal17217325134330423572571
Binary1111010111101110101001111001101101000101110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,169); }

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

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

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

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

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

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

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