Html Css Color HEX #7C7ECE Moody Blue

📋 copy color: '#7C7ECE'

red 124 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #7C7ECE

Tints of Moody Blue #7C7ECE

RGB

 RED value IS 124 (48.83% from 255) = 27.19%

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

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

R = 27.19%
G = 27.63%
B = 45.18%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C7ECE (or 0x7C7ECE) is known color: Moody Blue. HEX triplet: 7C, 7E and CE. RGB value is (124,126,206). Sum of RGB (Red+Green+Blue) = 124+126+206=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ECE is #838131. Grayscale: #868686. Windows color (decimal): -8618290 or 13532796. OLE color: 13532796.

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

Color convert

RGB 124 126 206 -
CMYK 0.40 0.39 0 0.19
HSL 238.54º 0.46% 0.65% -
HSV(B) 238.54º 0.4% 0.81% -
XYZ 26.91 23.66 61.54 -
YUV 134.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 124 126 206 0.40 0.39 0 0.19 238.54 0.46 0.65
Hex 7C 7E CE 28 27 0 13 EF 2E 41
Octal 174 176 316 50 47 0 23 357 56 101
Binary 1111100 1111110 11001110 101000 100111 0 10011 11101111 101110 1000001

Color Harmonies of #7C7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7ECE

Black with #7C7ECE

Text Example


Text Example

White with #7C7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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