Html Css Color HEX #7C6CBA Moody Blue

📋 copy color: '#7C6CBA'

red 124 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #7C6CBA

Tints of Moody Blue #7C6CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 29.67%
G = 25.84%
B = 44.5%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C6CBA (or 0x7C6CBA) is known color: Moody Blue. HEX triplet: 7C, 6C and BA. RGB value is (124,108,186). Sum of RGB (Red+Green+Blue) = 124+108+186=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CBA is #839345. Grayscale: #797979. Windows color (decimal): -8622918 or 12217468. OLE color: 12217468.

HSL color Cylindrical-coordinate representation of color #7C6CBA: hue angle of 252.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C6CBA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 108 186 -
CMYK 0.33 0.42 0 0.27
HSL 252.31º 0.36% 0.58% -
HSV(B) 252.31º 0.42% 0.73% -
XYZ 22.54 18.56 48.85 -
YUV 121.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 124 108 186 0.33 0.42 0 0.27 252.31 0.36 0.58
Hex 7C 6C BA 21 2A 0 1B FC 24 3A
Octal 174 154 272 41 52 0 33 374 44 72
Binary 1111100 1101100 10111010 100001 101010 0 11011 11111100 100100 111010

Color Harmonies of #7C6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6CBA

Black with #7C6CBA

Text Example


Text Example

White with #7C6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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