#7A6ECA

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

Shades of Moody Blue #7A6ECA

Tints of Moody Blue #7A6ECA

Color information

#7A6ECA (or 0x7A6ECA) is unknown color: approx Moody Blue. HEX triplet: 7A, 6E and CA. RGB value is (122,110,202). Sum of RGB (Red+Green+Blue) = 122+110+202=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ECA is #859135. Grayscale: #7B7B7B. Windows color (decimal): -8753462 or 13266554. OLE color: 13266554.

HSL color Cylindrical-coordinate representation of color #7A6ECA: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6ECA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122110202-
CMYK0.400.4600.21
HSL247.83º46.46%61.18%-
HSV(B)247.83º45.54%79.22%-
XYZ24.2619.5558.37-
YUV124.08171.98126.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=28.11%
G=25.35%
B=46.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221102020.400.4600.21247.8346.4661.18
Hex7A6ECA282E015f82e3d
Octal17215631250560253705675
Binary111101011011101100101010100010111001010111111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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