Html Css Color HEX #7D73BE Moody Blue

📋 copy color: '#7D73BE'

red 125 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7D73BE

Tints of Moody Blue #7D73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 29.07%
G = 26.74%
B = 44.19%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D73BE (or 0x7D73BE) is known color: Moody Blue. HEX triplet: 7D, 73 and BE. RGB value is (125,115,190). Sum of RGB (Red+Green+Blue) = 125+115+190=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73BE is #828C41. Grayscale: #7E7E7E. Windows color (decimal): -8555586 or 12481405. OLE color: 12481405.

HSL color Cylindrical-coordinate representation of color #7D73BE: hue angle of 248º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D73BE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 115 190 -
CMYK 0.34 0.39 0 0.25
HSL 248º 0.37% 0.6% -
HSV(B) 248º 0.39% 0.75% -
XYZ 23.88 20.34 51.38 -
YUV 126.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 125 115 190 0.34 0.39 0 0.25 248 0.37 0.6
Hex 7D 73 BE 22 27 0 19 F8 25 3C
Octal 175 163 276 42 47 0 31 370 45 74
Binary 1111101 1110011 10111110 100010 100111 0 11001 11111000 100101 111100

Color Harmonies of #7D73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73BE

Black with #7D73BE

Text Example


Text Example

White with #7D73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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