Html Css Color HEX #7C6CCF Moody Blue

📋 copy color: '#7C6CCF'

red 124 ◦ green 108 ◦ blue 207

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

Shades of Moody Blue #7C6CCF

Tints of Moody Blue #7C6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 28.25%
G = 24.6%
B = 47.15%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C6CCF (or 0x7C6CCF) is known color: Moody Blue. HEX triplet: 7C, 6C and CF. RGB value is (124,108,207). Sum of RGB (Red+Green+Blue) = 124+108+207=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CCF is #839330. Grayscale: #7B7B7B. Windows color (decimal): -8622897 or 13593724. OLE color: 13593724.

HSL color Cylindrical-coordinate representation of color #7C6CCF: hue angle of 249.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6CCF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 108 207 -
CMYK 0.40 0.48 0 0.19
HSL 249.7º 0.51% 0.62% -
HSV(B) 249.7º 0.48% 0.81% -
XYZ 24.94 19.52 61.48 -
YUV 124.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 124 108 207 0.40 0.48 0 0.19 249.7 0.51 0.62
Hex 7C 6C CF 28 30 0 13 FA 33 3E
Octal 174 154 317 50 60 0 23 372 63 76
Binary 1111100 1101100 11001111 101000 110000 0 10011 11111010 110011 111110

Color Harmonies of #7C6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6CCF

Black with #7C6CCF

Text Example


Text Example

White with #7C6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,108,207); }

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

background-color css

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

 a { background-color: rgb(124,108,207); }

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

border-color css

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

 span { border-color: rgb(124,108,207); }

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