Html Css Color HEX #7C6BBD Moody Blue

📋 copy color: '#7C6BBD'

red 124 ◦ green 107 ◦ blue 189

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

Shades of Moody Blue #7C6BBD

Tints of Moody Blue #7C6BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 29.52%
G = 25.48%
B = 45%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C6BBD (or 0x7C6BBD) is known color: Moody Blue. HEX triplet: 7C, 6B and BD. RGB value is (124,107,189). Sum of RGB (Red+Green+Blue) = 124+107+189=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BBD is #839442. Grayscale: #797979. Windows color (decimal): -8623171 or 12413820. OLE color: 12413820.

HSL color Cylindrical-coordinate representation of color #7C6BBD: hue angle of 252.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6BBD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 107 189 -
CMYK 0.34 0.43 0 0.26
HSL 252.44º 0.38% 0.58% -
HSV(B) 252.44º 0.43% 0.74% -
XYZ 22.76 18.47 50.51 -
YUV 121.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 124 107 189 0.34 0.43 0 0.26 252.44 0.38 0.58
Hex 7C 6B BD 22 2B 0 1A FC 26 3A
Octal 174 153 275 42 53 0 32 374 46 72
Binary 1111100 1101011 10111101 100010 101011 0 11010 11111100 100110 111010

Color Harmonies of #7C6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6BBD

Black with #7C6BBD

Text Example


Text Example

White with #7C6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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