Html Css Color HEX #7C7AAE Moody Blue

📋 copy color: '#7C7AAE'

red 124 ◦ green 122 ◦ blue 174

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

Shades of Moody Blue #7C7AAE

Tints of Moody Blue #7C7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.05%

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

R = 29.52%
G = 29.05%
B = 41.43%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C7AAE (or 0x7C7AAE) is known color: Moody Blue. HEX triplet: 7C, 7A and AE. RGB value is (124,122,174). Sum of RGB (Red+Green+Blue) = 124+122+174=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAE is #838551. Grayscale: #808080. Windows color (decimal): -8619346 or 11434620. OLE color: 11434620.

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

Color convert

RGB 124 122 174 -
CMYK 0.29 0.30 0 0.32
HSL 242.31º 0.24% 0.58% -
HSV(B) 242.31º 0.3% 0.68% -
XYZ 22.91 21.26 42.94 -
YUV 128.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 124 122 174 0.29 0.30 0 0.32 242.31 0.24 0.58
Hex 7C 7A AE 1D 1E 0 20 F2 18 3A
Octal 174 172 256 35 36 0 40 362 30 72
Binary 1111100 1111010 10101110 11101 11110 0 100000 11110010 11000 111010

Color Harmonies of #7C7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7AAE

Black with #7C7AAE

Text Example


Text Example

White with #7C7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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