Html Css Color HEX #7D6EC1 Moody Blue

📋 copy color: '#7D6EC1'

red 125 ◦ green 110 ◦ blue 193

#7D6EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7D6EC1

Tints of Moody Blue #7D6EC1

RGB

 RED value IS 125 (49.22% from 255) = 29.21%

 GREEN value IS 110 (43.36% from 255) = 25.7%

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 29.21%
G = 25.7%
B = 45.09%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7D6EC1 (or 0x7D6EC1) is known color: Moody Blue. HEX triplet: 7D, 6E and C1. RGB value is (125,110,193). Sum of RGB (Red+Green+Blue) = 125+110+193=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D6EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EC1 is #82913E. Grayscale: #7B7B7B. Windows color (decimal): -8556863 or 12676733. OLE color: 12676733.

HSL color Cylindrical-coordinate representation of color #7D6EC1: hue angle of 250.84º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6EC1 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 110 193 -
CMYK 0.35 0.43 0 0.24
HSL 250.84º 0.4% 0.59% -
HSV(B) 250.84º 0.43% 0.76% -
XYZ 23.66 19.36 52.94 -
YUV 123.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 125 110 193 0.35 0.43 0 0.24 250.84 0.4 0.59
Hex 7D 6E C1 23 2B 0 18 FB 28 3B
Octal 175 156 301 43 53 0 30 373 50 73
Binary 1111101 1101110 11000001 100011 101011 0 11000 11111011 101000 111011

Color Harmonies of #7D6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EC1

Black with #7D6EC1

Text Example


Text Example

White with #7D6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D6EC1;
 }
 .AnyTagClassName
 {
   color: #7D6EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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