#7D6DBA

Color #7D6DBA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7D6DBA

Tints of Moody Blue #7D6DBA

Color information

#7D6DBA (or 0x7D6DBA) is unknown color: approx 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

RGB125109186-
CMYK0.330.4100.27
HSL252.47º35.81%57.84%-
HSV(B)252.47º41.4%72.94%-
XYZ22.7918.8448.89-
YUV122.56163.8129.74-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251091860.330.4100.27252.4735.8157.84
Hex7D6DBA212901Bfc243a
Octal17515527241510333744472
Binary111110111011011011101010000110100101101111111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>