Html Css Color HEX #7A7AA9 Chetwode Blue

📋 copy color: '#7A7AA9'

red 122 ◦ green 122 ◦ blue 169

#7A7AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #7A7AA9

Tints of Chetwode Blue #7A7AA9

RGB

 RED value IS 122 (48.05% from 255) = 29.54%

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 29.54%
G = 29.54%
B = 40.92%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7A7AA9 (or 0x7A7AA9) is known color: Chetwode Blue. HEX triplet: 7A, 7A and A9. RGB value is (122,122,169). Sum of RGB (Red+Green+Blue) = 122+122+169=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A7AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7AA9 is #858556. Grayscale: #7F7F7F. Windows color (decimal): -8750423 or 11106938. OLE color: 11106938.

HSL color Cylindrical-coordinate representation of color #7A7AA9: hue angle of 240º 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 #7A7AA9 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 122 169 -
CMYK 0.28 0.28 0 0.34
HSL 240º 0.21% 0.57% -
HSV(B) 240º 0.28% 0.66% -
XYZ 22.15 20.92 40.41 -
YUV 127.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 122 122 169 0.28 0.28 0 0.34 240 0.21 0.57
Hex 7A 7A A9 1C 1C 0 22 F0 15 39
Octal 172 172 251 34 34 0 42 360 25 71
Binary 1111010 1111010 10101001 11100 11100 0 100010 11110000 10101 111001

Color Harmonies of #7A7AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7AA9

Black with #7A7AA9

Text Example


Text Example

White with #7A7AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A7AA9;
 }
 .AnyTagClassName
 {
   color: #7A7AA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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