Html Css Color HEX #7D73B4 Moody Blue

📋 copy color: '#7D73B4'

red 125 ◦ green 115 ◦ blue 180

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

Shades of Moody Blue #7D73B4

Tints of Moody Blue #7D73B4

RGB

 RED value IS 125 (49.22% from 255) = 29.76%

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 29.76%
G = 27.38%
B = 42.86%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D73B4 (or 0x7D73B4) is known color: Moody Blue. HEX triplet: 7D, 73 and B4. RGB value is (125,115,180). Sum of RGB (Red+Green+Blue) = 125+115+180=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D73B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73B4 is #828C4B. Grayscale: #7D7D7D. Windows color (decimal): -8555596 or 11826045. OLE color: 11826045.

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

Color convert

RGB 125 115 180 -
CMYK 0.31 0.36 0 0.29
HSL 249.23º 0.3% 0.58% -
HSV(B) 249.23º 0.36% 0.71% -
XYZ 22.83 19.92 45.82 -
YUV 125.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 125 115 180 0.31 0.36 0 0.29 249.23 0.3 0.58
Hex 7D 73 B4 1F 24 0 1D F9 1E 3A
Octal 175 163 264 37 44 0 35 371 36 72
Binary 1111101 1110011 10110100 11111 100100 0 11101 11111001 11110 111010

Color Harmonies of #7D73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73B4

Black with #7D73B4

Text Example


Text Example

White with #7D73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,115,180); }

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

background-color css

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

 a { background-color: rgb(125,115,180); }

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

border-color css

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

 span { border-color: rgb(125,115,180); }

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