Html Css Color HEX #7D72BE Moody Blue

📋 copy color: '#7D72BE'

red 125 ◦ green 114 ◦ blue 190

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

Shades of Moody Blue #7D72BE

Tints of Moody Blue #7D72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 29.14%
G = 26.57%
B = 44.29%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D72BE (or 0x7D72BE) is known color: Moody Blue. HEX triplet: 7D, 72 and BE. RGB value is (125,114,190). Sum of RGB (Red+Green+Blue) = 125+114+190=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72BE is #828D41. Grayscale: #7D7D7D. Windows color (decimal): -8555842 or 12481149. OLE color: 12481149.

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

Color convert

RGB 125 114 190 -
CMYK 0.34 0.40 0 0.25
HSL 248.68º 0.37% 0.6% -
HSV(B) 248.68º 0.4% 0.75% -
XYZ 23.77 20.11 51.34 -
YUV 125.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 125 114 190 0.34 0.40 0 0.25 248.68 0.37 0.6
Hex 7D 72 BE 22 28 0 19 F9 25 3C
Octal 175 162 276 42 50 0 31 371 45 74
Binary 1111101 1110010 10111110 100010 101000 0 11001 11111001 100101 111100

Color Harmonies of #7D72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D72BE

Black with #7D72BE

Text Example


Text Example

White with #7D72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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