Html Css Color HEX #7D6DCD Moody Blue

📋 copy color: '#7D6DCD'

red 125 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #7D6DCD

Tints of Moody Blue #7D6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 28.47%
G = 24.83%
B = 46.7%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D6DCD (or 0x7D6DCD) is known color: Moody Blue. HEX triplet: 7D, 6D and CD. RGB value is (125,109,205). Sum of RGB (Red+Green+Blue) = 125+109+205=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DCD is #829232. Grayscale: #7C7C7C. Windows color (decimal): -8557107 or 13462909. OLE color: 13462909.

HSL color Cylindrical-coordinate representation of color #7D6DCD: hue angle of 250º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6DCD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 109 205 -
CMYK 0.39 0.47 0 0.20
HSL 250º 0.49% 0.62% -
HSV(B) 250º 0.47% 0.8% -
XYZ 24.95 19.71 60.25 -
YUV 124.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 125 109 205 0.39 0.47 0 0.20 250 0.49 0.62
Hex 7D 6D CD 27 2F 0 14 FA 31 3E
Octal 175 155 315 47 57 0 24 372 61 76
Binary 1111101 1101101 11001101 100111 101111 0 10100 11111010 110001 111110

Color Harmonies of #7D6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DCD

Black with #7D6DCD

Text Example


Text Example

White with #7D6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,205); }

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

background-color css

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

 a { background-color: rgb(125,109,205); }

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

border-color css

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

 span { border-color: rgb(125,109,205); }

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