#7A6ABC

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

Shades of Moody Blue #7A6ABC

Tints of Moody Blue #7A6ABC

Color information

#7A6ABC (or 0x7A6ABC) is unknown color: approx Moody Blue. HEX triplet: 7A, 6A and BC. RGB value is (122,106,188). Sum of RGB (Red+Green+Blue) = 122+106+188=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ABC is #859543. Grayscale: #777777. Windows color (decimal): -8754500 or 12348026. OLE color: 12348026.

HSL color Cylindrical-coordinate representation of color #7A6ABC: hue angle of 251.71º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6ABC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122106188-
CMYK0.350.4400.26
HSL251.71º37.96%57.65%-
HSV(B)251.71º43.62%73.73%-
XYZ22.2618.0849.89-
YUV120.13166.3129.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=29.33%
G=25.48%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221061880.350.4400.26251.7137.9657.65
Hex7A6ABC232C01Afc263a
Octal17215227443540323744672
Binary111101011010101011110010001110110001101011111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,188); }

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

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

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

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

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

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

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