#7A7ABA

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

Shades of Moody Blue #7A7ABA

Tints of Moody Blue #7A7ABA

Color information

#7A7ABA (or 0x7A7ABA) is unknown color: approx Moody Blue. HEX triplet: 7A, 7A and BA. RGB value is (122,122,186). Sum of RGB (Red+Green+Blue) = 122+122+186=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A7ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ABA is #858545. Grayscale: #818181. Windows color (decimal): -8750406 or 12221050. OLE color: 12221050.

HSL color Cylindrical-coordinate representation of color #7A7ABA: hue angle of 240º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7ABA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122122186-
CMYK0.340.3400.27
HSL240º31.68%60.39%-
HSV(B)240º34.41%72.94%-
XYZ23.8521.649.37-
YUV129.3160122.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=28.37%
G=28.37%
B=43.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221221860.340.3400.2724031.6860.39
Hex7A7ABA222201Bf0203c
Octal17217227242420333604074
Binary111101011110101011101010001010001001101111110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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