Html Css Color HEX #7D6DBF Moody Blue

📋 copy color: '#7D6DBF'

red 125 ◦ green 109 ◦ blue 191

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

Shades of Moody Blue #7D6DBF

Tints of Moody Blue #7D6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 29.41%
G = 25.65%
B = 44.94%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D6DBF (or 0x7D6DBF) is known color: Moody Blue. HEX triplet: 7D, 6D and BF. RGB value is (125,109,191). Sum of RGB (Red+Green+Blue) = 125+109+191=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DBF is #829240. Grayscale: #7A7A7A. Windows color (decimal): -8557121 or 12545405. OLE color: 12545405.

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

Color convert

RGB 125 109 191 -
CMYK 0.35 0.43 0 0.25
HSL 251.71º 0.39% 0.59% -
HSV(B) 251.71º 0.43% 0.75% -
XYZ 23.33 19.06 51.74 -
YUV 123.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 125 109 191 0.35 0.43 0 0.25 251.71 0.39 0.59
Hex 7D 6D BF 23 2B 0 19 FC 27 3B
Octal 175 155 277 43 53 0 31 374 47 73
Binary 1111101 1101101 10111111 100011 101011 0 11001 11111100 100111 111011

Color Harmonies of #7D6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DBF

Black with #7D6DBF

Text Example


Text Example

White with #7D6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,191); }

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

background-color css

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

 a { background-color: rgb(125,109,191); }

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

border-color css

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

 span { border-color: rgb(125,109,191); }

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