#7A7ABB

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

Shades of Moody Blue #7A7ABB

Tints of Moody Blue #7A7ABB

Color information

#7A7ABB (or 0x7A7ABB) is unknown color: approx Moody Blue. HEX triplet: 7A, 7A and BB. RGB value is (122,122,187). Sum of RGB (Red+Green+Blue) = 122+122+187=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ABB is #858544. Grayscale: #818181. Windows color (decimal): -8750405 or 12286586. OLE color: 12286586.

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

Color convert

RGB122122187-
CMYK0.350.3500.27
HSL240º32.34%60.59%-
HSV(B)240º34.76%73.33%-
XYZ23.9621.6449.93-
YUV129.41160.5122.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=28.31%
G=28.31%
B=43.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221221870.350.3500.2724032.3460.59
Hex7A7ABB232301Bf0203d
Octal17217227343430333604075
Binary111101011110101011101110001110001101101111110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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