Html Css Color HEX #7C6BC8 Moody Blue

📋 copy color: '#7C6BC8'

red 124 ◦ green 107 ◦ blue 200

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

Shades of Moody Blue #7C6BC8

Tints of Moody Blue #7C6BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 28.77%
G = 24.83%
B = 46.4%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7C6BC8 (or 0x7C6BC8) is known color: Moody Blue. HEX triplet: 7C, 6B and C8. RGB value is (124,107,200). Sum of RGB (Red+Green+Blue) = 124+107+200=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C6BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BC8 is #839437. Grayscale: #7A7A7A. Windows color (decimal): -8623160 or 13134716. OLE color: 13134716.

HSL color Cylindrical-coordinate representation of color #7C6BC8: hue angle of 250.97º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6BC8 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 107 200 -
CMYK 0.38 0.46 0 0.22
HSL 250.97º 0.46% 0.6% -
HSV(B) 250.97º 0.47% 0.78% -
XYZ 24 18.97 57.04 -
YUV 122.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 124 107 200 0.38 0.46 0 0.22 250.97 0.46 0.6
Hex 7C 6B C8 26 2E 0 16 FB 2E 3C
Octal 174 153 310 46 56 0 26 373 56 74
Binary 1111100 1101011 11001000 100110 101110 0 10110 11111011 101110 111100

Color Harmonies of #7C6BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6BC8

Black with #7C6BC8

Text Example


Text Example

White with #7C6BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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