Html Css Color HEX #7D6DBA Moody Blue

📋 copy color: '#7D6DBA'

red 125 ◦ green 109 ◦ blue 186

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

Shades of Moody Blue #7D6DBA

Tints of Moody Blue #7D6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 29.76%
G = 25.95%
B = 44.29%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D6DBA (or 0x7D6DBA) is known color: Moody Blue. HEX triplet: 7D, 6D and BA. RGB value is (125,109,186). Sum of RGB (Red+Green+Blue) = 125+109+186=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D6DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DBA is #829245. Grayscale: #7A7A7A. Windows color (decimal): -8557126 or 12217725. OLE color: 12217725.

HSL color Cylindrical-coordinate representation of color #7D6DBA: hue angle of 252.47º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D6DBA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 109 186 -
CMYK 0.33 0.41 0 0.27
HSL 252.47º 0.36% 0.58% -
HSV(B) 252.47º 0.41% 0.73% -
XYZ 22.79 18.84 48.89 -
YUV 122.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 125 109 186 0.33 0.41 0 0.27 252.47 0.36 0.58
Hex 7D 6D BA 21 29 0 1B FC 24 3A
Octal 175 155 272 41 51 0 33 374 44 72
Binary 1111101 1101101 10111010 100001 101001 0 11011 11111100 100100 111010

Color Harmonies of #7D6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DBA

Black with #7D6DBA

Text Example


Text Example

White with #7D6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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