Html Css Color HEX #7C6BCF Moody Blue

📋 copy color: '#7C6BCF'

red 124 ◦ green 107 ◦ blue 207

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

Shades of Moody Blue #7C6BCF

Tints of Moody Blue #7C6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.43%

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

R = 28.31%
G = 24.43%
B = 47.26%

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

#7C6BCF (or 0x7C6BCF) is known color: Moody Blue. HEX triplet: 7C, 6B and CF. RGB value is (124,107,207). Sum of RGB (Red+Green+Blue) = 124+107+207=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C6BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BCF is #839430. Grayscale: #7B7B7B. Windows color (decimal): -8623153 or 13593468. OLE color: 13593468.

HSL color Cylindrical-coordinate representation of color #7C6BCF: hue angle of 250.2º 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 #7C6BCF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 107 207 -
CMYK 0.40 0.48 0 0.19
HSL 250.2º 0.51% 0.62% -
HSV(B) 250.2º 0.48% 0.81% -
XYZ 24.83 19.31 61.45 -
YUV 123.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 124 107 207 0.40 0.48 0 0.19 250.2 0.51 0.62
Hex 7C 6B CF 28 30 0 13 FA 33 3E
Octal 174 153 317 50 60 0 23 372 63 76
Binary 1111100 1101011 11001111 101000 110000 0 10011 11111010 110011 111110

Color Harmonies of #7C6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6BCF

Black with #7C6BCF

Text Example


Text Example

White with #7C6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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