Html Css Color HEX #7D7ECE Moody Blue

📋 copy color: '#7D7ECE'

red 125 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #7D7ECE

Tints of Moody Blue #7D7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 27.35%
G = 27.57%
B = 45.08%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D7ECE (or 0x7D7ECE) is known color: Moody Blue. HEX triplet: 7D, 7E and CE. RGB value is (125,126,206). Sum of RGB (Red+Green+Blue) = 125+126+206=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ECE is #828131. Grayscale: #868686. Windows color (decimal): -8552754 or 13532797. OLE color: 13532797.

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

Color convert

RGB 125 126 206 -
CMYK 0.39 0.39 0 0.19
HSL 239.26º 0.45% 0.65% -
HSV(B) 239.26º 0.39% 0.81% -
XYZ 27.06 23.74 61.55 -
YUV 134.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 125 126 206 0.39 0.39 0 0.19 239.26 0.45 0.65
Hex 7D 7E CE 27 27 0 13 EF 2D 41
Octal 175 176 316 47 47 0 23 357 55 101
Binary 1111101 1111110 11001110 100111 100111 0 10011 11101111 101101 1000001

Color Harmonies of #7D7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7ECE

Black with #7D7ECE

Text Example


Text Example

White with #7D7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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