Html Css Color HEX #7C73B6 Moody Blue

📋 copy color: '#7C73B6'

red 124 ◦ green 115 ◦ blue 182

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

Shades of Moody Blue #7C73B6

Tints of Moody Blue #7C73B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 182 (71.48% from 255) = 43.23%

R = 29.45%
G = 27.32%
B = 43.23%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C73B6 (or 0x7C73B6) is known color: Moody Blue. HEX triplet: 7C, 73 and B6. RGB value is (124,115,182). Sum of RGB (Red+Green+Blue) = 124+115+182=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C73B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73B6 is #838C49. Grayscale: #7D7D7D. Windows color (decimal): -8621130 or 11957116. OLE color: 11957116.

HSL color Cylindrical-coordinate representation of color #7C73B6: hue angle of 248.06º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C73B6 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 115 182 -
CMYK 0.32 0.37 0 0.29
HSL 248.06º 0.31% 0.58% -
HSV(B) 248.06º 0.37% 0.71% -
XYZ 22.89 19.92 46.9 -
YUV 125.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 124 115 182 0.32 0.37 0 0.29 248.06 0.31 0.58
Hex 7C 73 B6 20 25 0 1D F8 1F 3A
Octal 174 163 266 40 45 0 35 370 37 72
Binary 1111100 1110011 10110110 100000 100101 0 11101 11111000 11111 111010

Color Harmonies of #7C73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C73B6

Black with #7C73B6

Text Example


Text Example

White with #7C73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,115,182); }

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

background-color css

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

 a { background-color: rgb(124,115,182); }

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

border-color css

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

 span { border-color: rgb(124,115,182); }

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