Html Css Color HEX #7D7ECD Moody Blue

📋 copy color: '#7D7ECD'

red 125 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #7D7ECD

Tints of Moody Blue #7D7ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

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

R = 27.41%
G = 27.63%
B = 44.96%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D7ECD (or 0x7D7ECD) is known color: Moody Blue. HEX triplet: 7D, 7E and CD. RGB value is (125,126,205). Sum of RGB (Red+Green+Blue) = 125+126+205=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ECD is #828132. Grayscale: #868686. Windows color (decimal): -8552755 or 13467261. OLE color: 13467261.

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

Color convert

RGB 125 126 205 -
CMYK 0.39 0.39 0 0.20
HSL 239.25º 0.44% 0.65% -
HSV(B) 239.25º 0.39% 0.8% -
XYZ 26.94 23.69 60.91 -
YUV 134.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 125 126 205 0.39 0.39 0 0.20 239.25 0.44 0.65
Hex 7D 7E CD 27 27 0 14 EF 2C 41
Octal 175 176 315 47 47 0 24 357 54 101
Binary 1111101 1111110 11001101 100111 100111 0 10100 11101111 101100 1000001

Color Harmonies of #7D7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7ECD

Black with #7D7ECD

Text Example


Text Example

White with #7D7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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