#7A71B6

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

Shades of Moody Blue #7A71B6

Tints of Moody Blue #7A71B6

Color information

#7A71B6 (or 0x7A71B6) is unknown color: approx Moody Blue. HEX triplet: 7A, 71 and B6. RGB value is (122,113,182). Sum of RGB (Red+Green+Blue) = 122+113+182=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A71B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71B6 is #858E49. Grayscale: #7B7B7B. Windows color (decimal): -8752714 or 11956602. OLE color: 11956602.

HSL color Cylindrical-coordinate representation of color #7A71B6: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A71B6 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122113182-
CMYK0.330.3800.29
HSL247.83º32.09%57.84%-
HSV(B)247.83º37.91%71.37%-
XYZ22.3719.3346.81-
YUV123.56160.98126.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=29.26%
G=27.10%
B=43.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221131820.330.3800.29247.8332.0957.84
Hex7A71B6212601Df8203a
Octal17216126641460353704072
Binary111101011100011011011010000110011001110111111000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,182); }

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

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

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

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

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

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

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