#7A6FB9

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

Shades of Moody Blue #7A6FB9

Tints of Moody Blue #7A6FB9

Color information

#7A6FB9 (or 0x7A6FB9) is unknown color: approx Moody Blue. HEX triplet: 7A, 6F and B9. RGB value is (122,111,185). Sum of RGB (Red+Green+Blue) = 122+111+185=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A6FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FB9 is #859046. Grayscale: #7A7A7A. Windows color (decimal): -8753223 or 12152698. OLE color: 12152698.

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

Color convert

RGB122111185-
CMYK0.340.400.27
HSL248.92º34.58%58.04%-
HSV(B)248.92º40%72.55%-
XYZ22.4719.0148.38-
YUV122.72163.14127.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=29.19%
G=26.56%
B=44.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221111850.340.400.27248.9234.5858.04
Hex7A6FB9222801Bf9233a
Octal17215727142500333714372
Binary111101011011111011100110001010100001101111111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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