#7D6ECA

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

Shades of Moody Blue #7D6ECA

Tints of Moody Blue #7D6ECA

Color information

#7D6ECA (or 0x7D6ECA) is unknown color: approx Moody Blue. HEX triplet: 7D, 6E and CA. RGB value is (125,110,202). Sum of RGB (Red+Green+Blue) = 125+110+202=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ECA is #829135. Grayscale: #7C7C7C. Windows color (decimal): -8556854 or 13266557. OLE color: 13266557.

HSL color Cylindrical-coordinate representation of color #7D6ECA: hue angle of 249.78º 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 #7D6ECA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125110202-
CMYK0.380.4600.21
HSL249.78º46.46%61.18%-
HSV(B)249.78º45.54%79.22%-
XYZ24.6919.7858.39-
YUV124.97171.47128.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=28.60%
G=25.17%
B=46.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251102020.380.4600.21249.7846.4661.18
Hex7D6ECA262E015fa2e3d
Octal17515631246560253725675
Binary111110111011101100101010011010111001010111111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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