Html Css Color HEX #7D7ECC Moody Blue

📋 copy color: '#7D7ECC'

red 125 ◦ green 126 ◦ blue 204

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

Shades of Moody Blue #7D7ECC

Tints of Moody Blue #7D7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 27.47%
G = 27.69%
B = 44.84%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D7ECC (or 0x7D7ECC) is known color: Moody Blue. HEX triplet: 7D, 7E and CC. RGB value is (125,126,204). Sum of RGB (Red+Green+Blue) = 125+126+204=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ECC is #828133. Grayscale: #868686. Windows color (decimal): -8552756 or 13401725. OLE color: 13401725.

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

Color convert

RGB 125 126 204 -
CMYK 0.39 0.38 0 0.2
HSL 239.24º 0.44% 0.65% -
HSV(B) 239.24º 0.39% 0.8% -
XYZ 26.82 23.64 60.28 -
YUV 134.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 125 126 204 0.39 0.38 0 0.2 239.24 0.44 0.65
Hex 7D 7E CC 27 26 0 14 EF 2C 41
Octal 175 176 314 47 46 0 24 357 54 101
Binary 1111101 1111110 11001100 100111 100110 0 10100 11101111 101100 1000001

Color Harmonies of #7D7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7ECC

Black with #7D7ECC

Text Example


Text Example

White with #7D7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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