#7A6ECC

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

Shades of Moody Blue #7A6ECC

Tints of Moody Blue #7A6ECC

Color information

#7A6ECC (or 0x7A6ECC) is unknown color: approx Moody Blue. HEX triplet: 7A, 6E and CC. RGB value is (122,110,204). Sum of RGB (Red+Green+Blue) = 122+110+204=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ECC is #859133. Grayscale: #7B7B7B. Windows color (decimal): -8753460 or 13397626. OLE color: 13397626.

HSL color Cylindrical-coordinate representation of color #7A6ECC: hue angle of 247.66º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6ECC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122110204-
CMYK0.400.4600.2
HSL247.66º47.96%61.57%-
HSV(B)247.66º46.08%80%-
XYZ24.519.6559.63-
YUV124.3172.98126.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=27.98%
G=25.23%
B=46.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221102040.400.4600.2247.6647.9661.57
Hex7A6ECC282E014f8303e
Octal17215631450560243706076
Binary111101011011101100110010100010111001010011111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,204); }

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

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

 a { background-color: rgb(122,110,204); }

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

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

 span { border-color: rgb(122,110,204); }

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