#7C6EBD

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

Shades of Moody Blue #7C6EBD

Tints of Moody Blue #7C6EBD

Color information

#7C6EBD (or 0x7C6EBD) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and BD. RGB value is (124,110,189). Sum of RGB (Red+Green+Blue) = 124+110+189=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EBD is #839142. Grayscale: #7A7A7A. Windows color (decimal): -8622403 or 12414588. OLE color: 12414588.

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

Color convert

RGB124110189-
CMYK0.340.4200.26
HSL250.63º37.44%58.63%-
HSV(B)250.63º41.8%74.12%-
XYZ23.0719.1150.62-
YUV123.19165.14128.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=29.31%
G=26.00%
B=44.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241101890.340.4200.26250.6337.4458.63
Hex7C6EBD222A01Afb253b
Octal17415627542520323734573
Binary111110011011101011110110001010101001101011111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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