Html Css Color HEX #7C6DCC Moody Blue

📋 copy color: '#7C6DCC'

red 124 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #7C6DCC

Tints of Moody Blue #7C6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 28.38%
G = 24.94%
B = 46.68%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C6DCC (or 0x7C6DCC) is known color: Moody Blue. HEX triplet: 7C, 6D and CC. RGB value is (124,109,204). Sum of RGB (Red+Green+Blue) = 124+109+204=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DCC is #839233. Grayscale: #7B7B7B. Windows color (decimal): -8622644 or 13397372. OLE color: 13397372.

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

Color convert

RGB 124 109 204 -
CMYK 0.39 0.47 0 0.2
HSL 249.47º 0.48% 0.61% -
HSV(B) 249.47º 0.47% 0.8% -
XYZ 24.68 19.58 59.61 -
YUV 124.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 124 109 204 0.39 0.47 0 0.2 249.47 0.48 0.61
Hex 7C 6D CC 27 2F 0 14 F9 30 3D
Octal 174 155 314 47 57 0 24 371 60 75
Binary 1111100 1101101 11001100 100111 101111 0 10100 11111001 110000 111101

Color Harmonies of #7C6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DCC

Black with #7C6DCC

Text Example


Text Example

White with #7C6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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