Html Css Color HEX #7E7CAE Moody Blue

📋 copy color: '#7E7CAE'

red 126 ◦ green 124 ◦ blue 174

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

Shades of Moody Blue #7E7CAE

Tints of Moody Blue #7E7CAE

RGB

 RED value IS 126 (49.61% from 255) = 29.72%

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 29.72%
G = 29.25%
B = 41.04%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E7CAE (or 0x7E7CAE) is known color: Moody Blue. HEX triplet: 7E, 7C and AE. RGB value is (126,124,174). Sum of RGB (Red+Green+Blue) = 126+124+174=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAE is #818351. Grayscale: #828282. Windows color (decimal): -8487762 or 11435134. OLE color: 11435134.

HSL color Cylindrical-coordinate representation of color #7E7CAE: hue angle of 242.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E7CAE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 124 174 -
CMYK 0.28 0.29 0 0.32
HSL 242.4º 0.24% 0.58% -
HSV(B) 242.4º 0.29% 0.68% -
XYZ 23.45 21.91 43.04 -
YUV 130.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 126 124 174 0.28 0.29 0 0.32 242.4 0.24 0.58
Hex 7E 7C AE 1C 1D 0 20 F2 18 3A
Octal 176 174 256 34 35 0 40 362 30 72
Binary 1111110 1111100 10101110 11100 11101 0 100000 11110010 11000 111010

Color Harmonies of #7E7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7CAE

Black with #7E7CAE

Text Example


Text Example

White with #7E7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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