#7C6EBC

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

Shades of Moody Blue #7C6EBC

Tints of Moody Blue #7C6EBC

Color information

#7C6EBC (or 0x7C6EBC) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and BC. RGB value is (124,110,188). Sum of RGB (Red+Green+Blue) = 124+110+188=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EBC is #839143. Grayscale: #7A7A7A. Windows color (decimal): -8622404 or 12349052. OLE color: 12349052.

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

Color convert

RGB124110188-
CMYK0.340.4100.26
HSL250.77º36.79%58.43%-
HSV(B)250.77º41.49%73.73%-
XYZ22.9719.0750.05-
YUV123.08164.64128.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=29.38%
G=26.07%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241101880.340.4100.26250.7736.7958.43
Hex7C6EBC222901Afb253a
Octal17415627442510323734572
Binary111110011011101011110010001010100101101011111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,110,188); }

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

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

 a { background-color: rgb(124,110,188); }

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

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

 span { border-color: rgb(124,110,188); }

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