#7A7ABF

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

Shades of Moody Blue #7A7ABF

Tints of Moody Blue #7A7ABF

Color information

#7A7ABF (or 0x7A7ABF) is unknown color: approx Moody Blue. HEX triplet: 7A, 7A and BF. RGB value is (122,122,191). Sum of RGB (Red+Green+Blue) = 122+122+191=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ABF is #858540. Grayscale: #818181. Windows color (decimal): -8750401 or 12548730. OLE color: 12548730.

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

Color convert

RGB122122191-
CMYK0.360.3600.25
HSL240º35.03%61.37%-
HSV(B)240º36.13%74.9%-
XYZ24.3921.8252.22-
YUV129.87162.5122.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 191 (75% from 255) = 43.91%
R=28.05%
G=28.05%
B=43.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221221910.360.3600.2524035.0361.37
Hex7A7ABF2424019f0233d
Octal17217227744440313604375
Binary111101011110101011111110010010010001100111110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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