Html Css Color HEX #7C6ECC Moody Blue

📋 copy color: '#7C6ECC'

red 124 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #7C6ECC

Tints of Moody Blue #7C6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

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

R = 28.31%
G = 25.11%
B = 46.58%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C6ECC (or 0x7C6ECC) is known color: Moody Blue. HEX triplet: 7C, 6E and CC. RGB value is (124,110,204). Sum of RGB (Red+Green+Blue) = 124+110+204=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ECC is #839133. Grayscale: #7C7C7C. Windows color (decimal): -8622388 or 13397628. OLE color: 13397628.

HSL color Cylindrical-coordinate representation of color #7C6ECC: hue angle of 248.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6ECC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 110 204 -
CMYK 0.39 0.46 0 0.2
HSL 248.94º 0.48% 0.62% -
HSV(B) 248.94º 0.46% 0.8% -
XYZ 24.79 19.8 59.64 -
YUV 124.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 124 110 204 0.39 0.46 0 0.2 248.94 0.48 0.62
Hex 7C 6E CC 27 2E 0 14 F9 30 3E
Octal 174 156 314 47 56 0 24 371 60 76
Binary 1111100 1101110 11001100 100111 101110 0 10100 11111001 110000 111110

Color Harmonies of #7C6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6ECC

Black with #7C6ECC

Text Example


Text Example

White with #7C6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,204); }

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

background-color css

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

 a { background-color: rgb(124,110,204); }

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

border-color css

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

 span { border-color: rgb(124,110,204); }

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