#7C6DBA

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

Shades of Moody Blue #7C6DBA

Tints of Moody Blue #7C6DBA

Color information

#7C6DBA (or 0x7C6DBA) is unknown color: approx Moody Blue. HEX triplet: 7C, 6D and BA. RGB value is (124,109,186). Sum of RGB (Red+Green+Blue) = 124+109+186=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C6DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DBA is #839245. Grayscale: #797979. Windows color (decimal): -8622662 or 12217724. OLE color: 12217724.

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

Color convert

RGB124109186-
CMYK0.330.4100.27
HSL251.69º35.81%57.84%-
HSV(B)251.69º41.4%72.94%-
XYZ22.6418.7748.88-
YUV122.26163.97129.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.59%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=29.59%
G=26.01%
B=44.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241091860.330.4100.27251.6935.8157.84
Hex7C6DBA212901Bfc243a
Octal17415527241510333744472
Binary111110011011011011101010000110100101101111111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,186); }

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

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

 a { background-color: rgb(124,109,186); }

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

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

 span { border-color: rgb(124,109,186); }

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