#7A6FC1

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

Shades of Moody Blue #7A6FC1

Tints of Moody Blue #7A6FC1

Color information

#7A6FC1 (or 0x7A6FC1) is unknown color: approx Moody Blue. HEX triplet: 7A, 6F and C1. RGB value is (122,111,193). Sum of RGB (Red+Green+Blue) = 122+111+193=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FC1 is #85903E. Grayscale: #7B7B7B. Windows color (decimal): -8753215 or 12676986. OLE color: 12676986.

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

Color convert

RGB122111193-
CMYK0.370.4200.24
HSL248.05º39.81%59.61%-
HSV(B)248.05º42.49%75.69%-
XYZ23.3419.3652.96-
YUV123.64167.14126.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=28.64%
G=26.06%
B=45.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221111930.370.4200.24248.0539.8159.61
Hex7A6FC1252A018f8283c
Octal17215730145520303705074
Binary111101011011111100000110010110101001100011111000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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