#7A66C1

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

Shades of Moody Blue #7A66C1

Tints of Moody Blue #7A66C1

Color information

#7A66C1 (or 0x7A66C1) is unknown color: approx Moody Blue. HEX triplet: 7A, 66 and C1. RGB value is (122,102,193). Sum of RGB (Red+Green+Blue) = 122+102+193=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A66C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66C1 is #85993E. Grayscale: #767676. Windows color (decimal): -8755519 or 12674682. OLE color: 12674682.

HSL color Cylindrical-coordinate representation of color #7A66C1: hue angle of 253.19º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A66C1 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB122102193-
CMYK0.370.4700.24
HSL253.19º42.33%57.84%-
HSV(B)253.19º47.15%75.69%-
XYZ22.417.4952.65-
YUV118.35170.13130.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=29.26%
G=24.46%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221021930.370.4700.24253.1942.3357.84
Hex7A66C1252F018fd2a3a
Octal17214630145570303755272
Binary111101011001101100000110010110111101100011111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A66C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,193); }

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

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

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

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

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

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

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