#7D6DBE

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

Shades of Moody Blue #7D6DBE

Tints of Moody Blue #7D6DBE

Color information

#7D6DBE (or 0x7D6DBE) is unknown color: approx Moody Blue. HEX triplet: 7D, 6D and BE. RGB value is (125,109,190). Sum of RGB (Red+Green+Blue) = 125+109+190=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DBE is #829241. Grayscale: #7A7A7A. Windows color (decimal): -8557122 or 12479869. OLE color: 12479869.

HSL color Cylindrical-coordinate representation of color #7D6DBE: hue angle of 251.85º degrees, saturation: 0.38, 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 #7D6DBE is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125109190-
CMYK0.340.4300.25
HSL251.85º38.39%58.63%-
HSV(B)251.85º42.63%74.51%-
XYZ23.2219.0151.16-
YUV123.02165.8129.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=29.48%
G=25.71%
B=44.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251091900.340.4300.25251.8538.3958.63
Hex7D6DBE222B019fc263b
Octal17515527642530313744673
Binary111110111011011011111010001010101101100111111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D6DBE;
 }
 .AnyTagClassName
 {
   color: #7D6DBE;
 }
</style>
background-color css

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

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

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

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

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

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